COMMITS
/ Modules/_xxsubinterpretersmodule.c May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
E
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow committed
May 3, 2023
E
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow committed
April 6, 2023
E
gh-101659: Add _Py_AtExit() (gh-103298)
Eric Snow committed
April 4, 2023
T
Fix a compiler warning in _xxsubinterpretermodule.c (#103245)
T. Wouters committed
March 21, 2023
March 13, 2023
March 6, 2023
February 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed
December 5, 2022
E
gh-99984: Fix Compiler Warnings (#100036)
Eric Snow committed
E
December 2, 2022
E
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_CLEAR() function in C code (#99686)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Victor Stinner committed
October 31, 2022
E
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow committed
October 26, 2022
E
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
May 25, 2022
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
March 22, 2022
M
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
October 28, 2021
M
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 15, 2021
V
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
April 21, 2021
July 17, 2020
May 14, 2020
V
Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089)
Victor Stinner committed
May 13, 2020
D
bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069)
Dong-hee Na committed
May 7, 2020
E
bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)
Eric Snow committed
May 5, 2020
V
bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944)
Victor Stinner committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 29, 2020
V
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner committed
L
bpo-38880: List interpreters associated with a channel end (GH-17323)
Lewis Gaul committed
April 28, 2020
E
bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770)
Eric Snow committed
April 17, 2020
V
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner committed
March 25, 2020
V
bpo-39947: Use PyThreadState_GetFrame() (GH-19159)
Victor Stinner committed
March 13, 2020
V
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
January 9, 2020
A
November 20, 2019
V
bpo-36854: Clear the current thread later (GH-17279)
Victor Stinner committed
September 13, 2019
S
bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652)
Serhiy Storchaka committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 6, 2019
Z
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz committed
March 15, 2019
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed