summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapi/long.c
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-201-0/+13
* [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)Serhiy Storchaka2023-10-141-0/+222
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+13
* gh-99537: Use Py_SETREF() function in longobject C code (#99655)Victor Stinner2022-11-221-8/+4
* gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)Erlend E. Aasland2022-11-171-0/+561