summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-07-31 12:20:24 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2006-07-31 12:20:24 (GMT)
commit43bae4144b9c0d3efc3c6f4b81165191179b4d40 (patch)
treea3fe6375ffd41adae4beaad0ce5ad0ccd08dab10 /Doc
parent759c185ce02a9b94eb4de133f22edfe16fe74645 (diff)
downloadcpython-43bae4144b9c0d3efc3c6f4b81165191179b4d40.zip
cpython-43bae4144b9c0d3efc3c6f4b81165191179b4d40.tar.gz
cpython-43bae4144b9c0d3efc3c6f4b81165191179b4d40.tar.bz2
Add refcounts for PyErr_WarnEx
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/refcounts.dat5
1 files changed, 5 insertions, 0 deletions
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: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:::