summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_long.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Refactor test_capi.test_long (GH-122113) (GH-122151)Serhiy Storchaka2024-07-231-161/+65
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+23
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+366
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+39