summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_float.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-191-8/+9
| | | | | | | Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_bytes and test_class.
* gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.py ↵Sergey B Kirpichev2023-11-071-0/+65
| | | | (GH-111766)
* gh-111495: Add tests for PyFloat C API (GH-111624)Sergey B Kirpichev2023-11-051-0/+117