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