cpython/Doc/c-api
Victor Stinner ac4202ee4d
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
Mention explicitly that PyObject_CallXXX() functions raise an
exception an failure.

(cherry picked from commit 1ce2656f13)
2019-06-17 15:23:52 +02:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst
bool.rst
buffer.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst
codec.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
complex.rst
concrete.rst bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) 2018-05-22 10:58:01 -07:00
contextvars.rst bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) 2018-09-21 12:48:10 -07:00
conversion.rst bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037) 2018-10-26 03:56:28 -07:00
coro.rst
datetime.rst bpo-36783: Add new references for C API Documentation changes (GH-13204) 2019-05-18 19:12:01 -07:00
descriptor.rst
dict.rst Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-11929) 2019-02-25 07:18:20 -08:00
exceptions.rst bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) 2019-05-24 02:22:38 -07:00
file.rst
float.rst
function.rst
gcsupport.rst bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511) 2018-11-13 13:06:11 +01:00
gen.rst
import.rst
index.rst
init.rst [3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541) (GH-12820) 2019-04-14 03:49:17 +01:00
intro.rst Doc: define PY_SSIZE_T_CLEAN always (GH-12794) 2019-04-12 18:56:50 -07:00
iter.rst
iterator.rst
list.rst
long.rst [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13896) 2019-06-07 17:41:10 +02:00
mapping.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
marshal.rst bpo-12743: Delete comment from marshal.rst (GH-8457) 2018-07-26 21:40:37 -07:00
memory.rst [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788) 2019-04-11 22:30:31 +02:00
memoryview.rst
method.rst
module.rst
none.rst
number.rst bpo-35461: Document C API functions which suppress exceptions. (GH-11119) 2018-12-18 12:24:39 -08:00
objbuffer.rst bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204) 2019-03-06 21:24:55 -08:00
object.rst bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158) 2019-06-17 15:23:52 +02:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst bpo-5945: Improve mappings and sequences C API docs. (GH-7029) 2018-05-22 01:23:20 -07:00
set.rst
slice.rst
stable.rst
structures.rst bpo-28805: document METH_FASTCALL (GH-14079) 2019-06-16 16:24:06 -07:00
sys.rst
tuple.rst Fix documented signatures for C API functions. (GH-11236) 2018-12-19 05:43:29 -08:00
type.rst bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789) 2018-11-29 12:07:33 +01:00
typeobj.rst Correct "inplace" with "in-place" (GH-10480) 2019-04-08 02:21:38 -07:00
unicode.rst bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125) 2019-05-08 09:34:12 -07:00
utilities.rst
veryhigh.rst bpo-20844: open script file with "rb" mode (GH-12616) 2019-04-01 21:02:51 +09:00
weakref.rst