Serhiy Storchaka
|
7c3e8e5af0
|
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
(cherry picked from commit 9d40ebf190 )
|
2023-10-14 10:20:24 +03:00 |
|
Mark Shannon
|
93923793f6
|
GH-101291: Add low level, unstable API for pylong (GH-101685)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
|
2023-05-21 14:45:48 +01:00 |
|
Victor Stinner
|
20d9749a0f
|
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Replace "Py_DECREF(var); var = new;" with "Py_SETREF(var, new);"
in longobject.c and _testcapi/long.c.
|
2022-11-22 13:04:19 +01:00 |
|
Erlend E. Aasland
|
12b5a3c5f5
|
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Automerge-Triggered-By: GH:erlend-aasland
|
2022-11-17 00:56:56 -08:00 |
|