COMMITS
/ Include/internal/pycore_runtime.h May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
March 3, 2022
V
bpo-45459: Use type names in the internal C API (GH-31669)
Victor Stinner committed
January 13, 2022
January 12, 2022
December 14, 2021
E
bpo-45953: Statically initialize the small ints. (gh-30092)
Eric Snow committed
December 9, 2021
December 8, 2021
E
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow committed
November 3, 2021
M
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366)
Mark Shannon committed
January 12, 2021
V
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner committed
December 25, 2020
V
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner committed
June 2, 2020
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
May 5, 2020
V
bpo-40513: Per-interpreter GIL (GH-19943)
Victor Stinner committed
V
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
Victor Stinner committed
V
bpo-40513: Per-interpreter recursion_limit (GH-19929)
Victor Stinner committed
V
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
Victor Stinner committed
V
bpo-40513: Per-interpreter signals pending (GH-19924)
Victor Stinner committed
April 14, 2020
D
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (GH-19450)
Dong-hee Na committed
April 13, 2020
V
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner committed