[issue32604] Expose the subinterpreters C-API in Python for testing use.

Eric Snow report at bugs.python.org
Sat Feb 3 01:00:20 EST 2018


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

FYI, out of 2389 source lines in the C extension, 1563 are the channel-related code.  That means the non-channel code is 826 lines (about a third).  That non-channel code does not depend on the channel code at all and I considered splitting the source out, but figured there wasn't enough benefit.  However, I might revisit the matter later when I circle back to PEP 554. :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32604>
_______________________________________


More information about the Python-bugs-list mailing list