COMMITS
/ Modules/_xxsubinterpretersmodule.c 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
March 1, 2019
February 15, 2019
A
bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845)
Alexey Izbyshev committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
September 10, 2018
P
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut committed
August 22, 2018
A
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
Alexey Izbyshev committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
July 7, 2018
B
Hide some symbols from _xxsubinterpreters. (GH-8151)
Benjamin Peterson committed
June 13, 2018
E
bpo-33615: Re-enable subinterpreter tests. (#7552)
Eric Snow committed
June 2, 2018
E
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow committed
June 1, 2018
E
May 17, 2018
E
bpo-32604: Implement force-closing channels. (gh-6937)
Eric Snow committed
May 16, 2018
E
bpo-32604: Improve subinterpreter tests. (#6914)
Eric Snow committed
May 15, 2018
S
bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6747)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 20, 2018
E
bpo-32604: Swap threads only if the interpreter is different. (gh-5778)
Eric Snow committed
February 17, 2018
E
February 3, 2018
E
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507)
Eric Snow committed
January 30, 2018
E
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Eric Snow committed
E