cpython/Doc/c-api
Miss Islington (bot) 4907f37eed
[3.13] gh-141004: Document Py_RETURN_NAN and Py_RETURN_INF (GH-141029) (GH-141075)
gh-141004: Document `Py_RETURN_NAN` and `Py_RETURN_INF` (GH-141029)
(cherry picked from commit 5b02c6e920)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
2025-11-05 22:06:41 +00:00
..
abstract.rst
allocation.rst [3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134754) 2025-05-26 21:50:19 +00:00
apiabiversion.rst
arg.rst [3.13] Docs: Fix a grammatical error in Doc/c-api/arg.rst (GH-140525) (GH-140539) 2025-10-24 12:24:41 +00:00
bool.rst
buffer.rst [3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (#132282) 2025-05-01 12:09:33 +01:00
bytearray.rst
bytes.rst
call.rst
capsule.rst [3.13] Docs: Fix a grammatical error in Doc/c-api/capsule.rst (GH-140577) (GH-140581) 2025-10-25 14:03:25 +00:00
cell.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
code.rst [3.13] Fix typo in Doc/c-api/code.rst (GH-140586) (#140592) 2025-10-25 15:43:00 +00:00
codec.rst [3.13] Docs: Replace "encoder" with "decoder" in Doc/c-api/codec.rst (GH-140613) (#140662) 2025-10-27 09:51:34 +00:00
complex.rst
concrete.rst
contextvars.rst
conversion.rst [3.13] Docs: avoid informal formulation in Doc/c-api/conversion.rst (GH-140898) (#140913) 2025-11-02 13:57:03 +00:00
coro.rst
datetime.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
descriptor.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
dict.rst [3.13] Docs: fix some grammatical errors in Doc/c-api/dict.rst (GH-140899) (#140902) 2025-11-02 08:39:12 +00:00
exceptions.rst [3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136503) 2025-07-10 15:10:51 +02:00
file.rst
float.rst [3.13] gh-141004: Document Py_RETURN_NAN and Py_RETURN_INF (GH-141029) (GH-141075) 2025-11-05 22:06:41 +00:00
frame.rst [3.13] gh-118915: C API: Document frame locals proxies. (GH-127720) (#127831) 2024-12-11 16:34:35 +00:00
function.rst [3.13] gh-135755: Docs: C API: Document missing PyFunction_GET* macros (GH-135762) (GH-135917) 2025-06-25 08:51:58 +00:00
gcsupport.rst [3.13] document Py_VISIT as a macro in the docs (GH-133688) (#134187) 2025-05-18 16:36:04 +00:00
gen.rst
hash.rst [3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643) 2025-08-11 11:25:13 +00:00
import.rst
index.rst
init.rst [3.13] gh-101100: Fix reference warnings in c-api/init.rst document… (#139833) 2025-10-09 18:20:34 +03:00
init_config.rst [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129) 2025-03-13 11:53:11 +08:00
intro.rst [3.13] gh-133678: Document C API third party tools (GH-134526) (#134792) 2025-05-27 15:44:44 +00:00
iter.rst
iterator.rst [3.13] gh-141004: Document missing iterator types in the C API (GH-141010) (GH-141047) 2025-11-05 14:22:32 +00:00
list.rst
long.rst [3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695) 2025-09-09 09:30:44 +00:00
mapping.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
marshal.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
memory.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
memoryview.rst [3.13] gh-141004: Document PyMemoryView_Type (GH-141034) (GH-141055) 2025-11-05 16:51:31 +00:00
method.rst
module.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
monitoring.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
none.rst
number.rst
object.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
objimpl.rst
perfmaps.rst
refcounting.rst [3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686) 2025-06-18 17:44:43 +00:00
reflection.rst
sequence.rst
set.rst
slice.rst [3.13] gh-130214: Document PyEllipsis_Type (GH-130215) (#130223) 2025-02-17 19:23:42 +03:00
stable.rst [3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127557) 2024-12-03 13:57:42 +01:00
structures.rst [3.13] gh-130711: Document PyBaseObject_Type (GH-130712) (GH-130792) 2025-03-10 15:05:38 +01:00
sys.rst [3.13] gh-127791: Fix, document, and test PyUnstable_AtExit (GH-127793) (#127819) 2024-12-11 13:40:45 +00:00
time.rst
tuple.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
type.rst [3.13] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666) (GH-135702) 2025-06-19 09:18:00 +02:00
typehints.rst
typeobj.rst [3.13] gh-107073: fix relevant typo in PyObject_ClearManagedDict (GH-140032) (#140034) 2025-10-13 11:29:41 +00:00
unicode.rst [3.13] gh-141004: Document Py_UNICODE_{HIGH, LOW}_SURROGATE functions (GH-141019) (GH-141026) 2025-11-04 21:24:52 +00:00
utilities.rst
veryhigh.rst [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967) 2025-11-04 09:46:18 +02:00
weakref.rst