Add refcounts for PyErr_WarnEx

This commit is contained in:
Andrew M. Kuchling 2006-07-31 12:20:24 +00:00
parent 759c185ce0
commit 43bae4144b
1 changed files with 5 additions and 0 deletions

View 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:::