Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32604: Implement force-closing channels. (gh-6937) | Eric Snow | 2018-05-17 | 1 | -21/+136 |
* | bpo-32604: Improve subinterpreter tests. (#6914) | Eric Snow | 2018-05-16 | 1 | -73/+177 |
* | bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6... | Serhiy Storchaka | 2018-05-15 | 1 | -7/+3 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -10/+10 |
* | bpo-32604: Swap threads only if the interpreter is different. (gh-5778) | Eric Snow | 2018-02-20 | 1 | -8/+14 |
* | bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-... | Eric Snow | 2018-02-17 | 1 | -21/+276 |
* | bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) | Eric Snow | 2018-02-03 | 1 | -268/+596 |
* | bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) | Eric Snow | 2018-01-30 | 1 | -1/+1 |
* | bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh... | Eric Snow | 2018-01-30 | 1 | -0/+2061 |