commit | 43bae4144b9c0d3efc3c6f4b81165191179b4d40 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Jul 31 12:20:24 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Jul 31 12:20:24 2006 +0000 |
tree | a3fe6375ffd41adae4beaad0ce5ad0ccd08dab10 | |
parent | 759c185ce02a9b94eb4de133f22edfe16fe74645 [diff] [blame] |
Add refcounts for PyErr_WarnEx
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index ab6d865..b8aaad5 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat
@@ -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:::