[Python-checkins] cpython (3.2): Add the green "New reference" note to the doc of PyException_GetTraceback()

petri.lehtinen python-checkins at python.org
Sun Oct 23 20:33:13 CEST 2011


http://hg.python.org/cpython/rev/46c82c4141c9
changeset:   73069:46c82c4141c9
branch:      3.2
parent:      73061:c2a89b509be4
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Oct 23 21:03:33 2011 +0300
summary:
  Add the green "New reference" note to the doc of PyException_GetTraceback()

files:
  Doc/data/refcounts.dat |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -376,6 +376,8 @@
 PyEval_EvalCode:PyObject*:globals:0:
 PyEval_EvalCode:PyObject*:locals:0:
 
+PyException_GetTraceback:PyObject*::+1:
+
 PyFile_AsFile:FILE*:::
 PyFile_AsFile:PyFileObject*:p:0:
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list