diff options
| author | Petri Lehtinen <petri@digip.org> | 2011-10-23 21:03:33 +0300 |
|---|---|---|
| committer | Petri Lehtinen <petri@digip.org> | 2011-10-23 21:03:33 +0300 |
| commit | ce770375031ad3c1b52097be464ce6bc758845a3 (patch) | |
| tree | ae0985cf2295878b01ca6246f33c037f7fdc4e05 | |
| parent | de31b191e570d00ed7917c7f9ea28af3e770c16d (diff) | |
| download | cpython-git-ce770375031ad3c1b52097be464ce6bc758845a3.tar.gz | |
Add the green "New reference" note to the doc of PyException_GetTraceback()
| -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 f2a87670db..c7d7bd140a 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: |
