]> granicus.if.org Git - python/commitdiff
Add refcounts for PyErr_WarnEx
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 12:20:24 +0000 (12:20 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 31 Jul 2006 12:20:24 +0000 (12:20 +0000)
Doc/api/refcounts.dat

index ab6d865b0416f37b2a578c39fcbfc527b562f928..b8aaad543d0e7d6071ec596f605dc14ae95786ce 100644 (file)
@@ -303,6 +303,11 @@ PyErr_Warn:int:::
 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:::