summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2000-04-10 18:40:57 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2000-04-10 18:40:57 (GMT)
commit98605b54b4d35301e6a29eccac97592dd624528d (patch)
treea29e8d4d5fbd4f22c9d957776b13d07d99948d29 /Doc/api/refcounts.dat
parent0682be4524d64844fcf174da17da0f294feab900 (diff)
downloadcpython-98605b54b4d35301e6a29eccac97592dd624528d.zip
cpython-98605b54b4d35301e6a29eccac97592dd624528d.tar.gz
cpython-98605b54b4d35301e6a29eccac97592dd624528d.tar.bz2
document PyErr_Format
Diffstat (limited to 'Doc/api/refcounts.dat')
-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 0e9374e..6c2c99d 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -194,6 +194,11 @@ PyErr_SetString:void:::
PyErr_SetString:PyObject*:type:+1:
PyErr_SetString:char*:message::
+PyErr_Format:PyObject*::null:
+PyErr_Format:PyObject*:exception:+1:
+PyErr_Format:char*:format::
+PyErr_Format::...::
+
PyEval_AcquireLock:void:::
PyEval_AcquireThread:void:::