diff options
author | Petri Lehtinen <petri@digip.org> | 2011-10-23 18:03:33 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2011-10-23 18:03:33 (GMT) |
commit | ce770375031ad3c1b52097be464ce6bc758845a3 (patch) | |
tree | ae0985cf2295878b01ca6246f33c037f7fdc4e05 /Doc/data/refcounts.dat | |
parent | de31b191e570d00ed7917c7f9ea28af3e770c16d (diff) | |
download | cpython-ce770375031ad3c1b52097be464ce6bc758845a3.zip cpython-ce770375031ad3c1b52097be464ce6bc758845a3.tar.gz cpython-ce770375031ad3c1b52097be464ce6bc758845a3.tar.bz2 |
Add the green "New reference" note to the doc of PyException_GetTraceback()
Diffstat (limited to 'Doc/data/refcounts.dat')
-rw-r--r-- | Doc/data/refcounts.dat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index f2a8767..c7d7bd1 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -376,6 +376,8 @@ PyEval_EvalCode:PyCodeObject*:co:0: PyEval_EvalCode:PyObject*:globals:0: PyEval_EvalCode:PyObject*:locals:0: +PyException_GetTraceback:PyObject*::+1: + PyFile_AsFile:FILE*::: PyFile_AsFile:PyFileObject*:p:0: |