[Python-checkins] cpython (2.7): Whoops, PyException_GetTraceback() is not documented on 2.7

petri.lehtinen python-checkins at python.org
Sun Oct 23 20:54:22 CEST 2011


http://hg.python.org/cpython/rev/5c4781a237ef
changeset:   73073:5c4781a237ef
branch:      2.7
parent:      73071:11da12600f5b
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Oct 23 21:52:10 2011 +0300
summary:
  Whoops, PyException_GetTraceback() is not documented on 2.7

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


diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -380,8 +380,6 @@
 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