Kaydet (Commit) 43bae414 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Add refcounts for PyErr_WarnEx

üst 759c185c
......@@ -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:::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment