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

petri.lehtinen python-checkins at python.org
Sun Oct 23 20:36:01 CEST 2011


http://hg.python.org/cpython/rev/11da12600f5b
changeset:   73071:11da12600f5b
branch:      2.7
parent:      73060:0b39f2486314
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Oct 23 21:34:57 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
@@ -380,6 +380,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