summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_float.py
Commit message (Expand)AuthorAgeFilesLines
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-8/+9
* gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py (GH-...Sergey B Kirpichev2023-11-071-0/+65
* gh-111495: Add tests for PyFloat C API (GH-111624)Sergey B Kirpichev2023-11-051-0/+117