[Python-checkins] r50999 - python/trunk/Doc/api/refcounts.dat

andrew.kuchling python-checkins at python.org
Mon Jul 31 14:20:24 CEST 2006


Author: andrew.kuchling
Date: Mon Jul 31 14:20:24 2006
New Revision: 50999

Modified:
   python/trunk/Doc/api/refcounts.dat
Log:
Add refcounts for PyErr_WarnEx

Modified: python/trunk/Doc/api/refcounts.dat
==============================================================================
--- python/trunk/Doc/api/refcounts.dat	(original)
+++ python/trunk/Doc/api/refcounts.dat	Mon Jul 31 14:20:24 2006
@@ -303,6 +303,11 @@
 PyErr_Warn:PyObject*:category:0:
 PyErr_Warn:char*:message::
 
+PyErr_WarnEx:int:::
+PyErr_WarnEx:PyObject*:category:0:
+PyErr_WarnEx:const char*:message::
+PyErr_WarnEx:Py_ssize_t:stack_level::
+
 PyEval_AcquireLock:void:::
 
 PyEval_AcquireThread:void:::


More information about the Python-checkins mailing list