diff options
author | Georg Brandl <georg@python.org> | 2009-12-28 08:34:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-12-28 08:34:58 (GMT) |
commit | 740cdc3a9f9593ee1fe86d751c70b8505d6a19c9 (patch) | |
tree | 4c34f7bec409dfb040cba93c2064b37bb71b2b95 /Doc/data | |
parent | 02e7dfde639498064b137be7cb850c4229f0c8fb (diff) | |
download | cpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.zip cpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.tar.gz cpython-740cdc3a9f9593ee1fe86d751c70b8505d6a19c9.tar.bz2 |
#7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring.
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index c8633c0..58bde91 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -242,6 +242,12 @@ PyErr_NewException:char*:name:: PyErr_NewException:PyObject*:base:0: PyErr_NewException:PyObject*:dict:0: +PyErr_NewExceptionWithDoc:PyObject*::+1: +PyErr_NewExceptionWithDoc:char*:name:: +PyErr_NewExceptionWithDoc:char*:doc:: +PyErr_NewExceptionWithDoc:PyObject*:base:0: +PyErr_NewExceptionWithDoc:PyObject*:dict:0: + PyErr_NoMemory:PyObject*::null: PyErr_NormalizeException:void::: |