diff options
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r-- | Doc/api/refcounts.dat | 5 |
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::: |