diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-09-18 12:15:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 12:15:43 (GMT) |
commit | 32119fc377a4d9df524a7bac02b6922a990361dd (patch) | |
tree | 8ed188378d42ee7670fd454a78b714f986d33b93 /Doc/c-api/long.rst | |
parent | 42c8b0556c02d29e32f4c7c95e7128a343716250 (diff) | |
download | cpython-32119fc377a4d9df524a7bac02b6922a990361dd.zip cpython-32119fc377a4d9df524a7bac02b6922a990361dd.tar.gz cpython-32119fc377a4d9df524a7bac02b6922a990361dd.tar.bz2 |
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Diffstat (limited to 'Doc/c-api/long.rst')
-rw-r--r-- | Doc/c-api/long.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/c-api/long.rst b/Doc/c-api/long.rst index 30133a9..098a55c 100644 --- a/Doc/c-api/long.rst +++ b/Doc/c-api/long.rst @@ -509,6 +509,8 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate. Currently, ``-1`` corresponds to ``Py_ASNATIVEBYTES_NATIVE_ENDIAN | Py_ASNATIVEBYTES_UNSIGNED_BUFFER``. + .. c:namespace:: NULL + ============================================= ====== Flag Value ============================================= ====== |