summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_long.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)Serhiy Storchaka2024-07-231-161/+65
| | | | | | Share common code for tests for PyLong_As*() functions. (cherry picked from commit 69f2dc5c06e62b4a9eb4da8f0cd456cc09b998ed) Co-authored-by: Victor Stinner <vstinner@python.org>
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows ↵Serhiy Storchaka2024-03-201-0/+23
| | | | | 64-bit platforms (GH-117064) (GH-117070) (cherry picked from commit 519b2ae22b54760475bbf62b9558d453c703f9c6)
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+366
| | | (cherry picked from commit 9d40ebf1902812fad6aa85ede7b6f1fdff3c1291)
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+39
Co-authored-by: Petr Viktorin <encukou@gmail.com>