COMMITS
/ Modules/_xxsubinterpretersmodule.c 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