COMMITS
/ Include/internal/pycore_long.h September 4, 2022
G
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563)
Gregory P. Smith committed
September 2, 2022
G
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
February 19, 2021
V
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24576)
Victor Stinner committed
October 26, 2020
V
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner committed