From: Andrew M. Kuchling Date: Mon, 31 Jul 2006 12:20:24 +0000 (+0000) Subject: Add refcounts for PyErr_WarnEx X-Git-Tag: v2.5b3~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=43bae4144b9c0d3efc3c6f4b81165191179b4d40;p=thirdparty%2FPython%2Fcpython.git Add refcounts for PyErr_WarnEx --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index ab6d865b0416..b8aaad543d0e 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -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:::