summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_float.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-111765: Move old PyFloat_* tests to ↵Miss Islington (bot)2023-11-071-0/+65
| | | | | | | Lib/test/test_capi/test_float.py (GH-111766) (GH-111818) (cherry picked from commit a077b2fbb88f5192bb47e514334f760bf08d0295) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
* [3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)Miss Islington (bot)2023-11-051-0/+117
(cherry picked from commit b452202a11c4cb60f69a098a0076a8a8aabade38) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>