COMMITS
/ Modules/_testcapi/float.c January 9, 2026
H
gh-143429: Use compile-time NaN encoding detection for test_struct (#143432)
Henry Chen committed
May 1, 2025
S
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev committed
April 29, 2025
V
gh-130317: Fix strict aliasing in PyFloat_Pack8() (#133150)
Victor Stinner committed
April 28, 2025
S
gh-130317: Fix PyFloat_Pack/Unpack[24] for NaN's with payload (#130452)
Sergey B Kirpichev committed
February 1, 2025
V
gh-93649: Move _testcapi tests to specific files (#129544)
Victor Stinner committed
March 19, 2024
V
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner committed
November 5, 2023
S
gh-111495: Add tests for PyFloat C API (GH-111624)
Sergey B Kirpichev committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 15, 2023
D
gh-104469 Convert _testcapi/float.c to use AC (gh-104470)
Dong-hee Na committed
November 17, 2022
E
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland committed