Miss Islington (bot)
|
3db05a3a9c
|
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
(cherry picked from commit 4c6955e2b0 )
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
2018-02-16 19:15:24 -07:00 |
Miss Islington (bot)
|
f33ecedcad
|
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
(cherry picked from commit 4e9da0d163 )
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
|
2018-02-02 22:38:57 -07:00 |
Eric Snow
|
83e64c8a54
|
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
|
2018-01-29 21:04:15 -07:00 |
Eric Snow
|
7f8bfc9b9a
|
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
The module is primarily intended for internal use in the test suite. Building the module under Windows will come in a follow-up PR.
|
2018-01-29 18:23:44 -07:00 |