cpython/Tools/check-c-api-docs
Sergey B Kirpichev 52c01864c4
gh-145633: Refine notes on non-IEEE platforms (#145845)
* We don't specify what happens on non-IEEE platforms.
* Use rather PY_LITTLE_ENDIAN to get native endianness.
* Mention that unpack functions don't fail in CPython.
* Mention that PyFloat_Pack8 doesn't fail in CPython.

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
2026-03-19 11:42:25 +00:00
..
ignored_c_api.txt gh-145633: Refine notes on non-IEEE platforms (#145845) 2026-03-19 11:42:25 +00:00
main.py gh-141004: Improve make check-c-api-docs (GH-143564) 2026-01-09 11:16:50 +01:00
mypy.ini gh-142859: Add Tools/check-c-api-docs to mypy check (#142860) 2025-12-17 13:23:30 +02:00