]> granicus.if.org Git - python/commit
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 30 Jan 2018 01:23:44 +0000 (18:23 -0700)
committerGitHub <noreply@github.com>
Tue, 30 Jan 2018 01:23:44 +0000 (18:23 -0700)
commit7f8bfc9b9a8381ddb768421b5dd5cbd970266190
tree51b8fe00614bdc56c0c32ab2c61d921b225022a8
parent332cd5ee4ff42c9904c56e68a1028f383f7fc9a8
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.
Include/internal/pystate.h
Lib/test/test__xxsubinterpreters.py [new file with mode: 0644]
Misc/NEWS.d/next/Tests/2018-01-26-21-29-09.bpo-32604.7iazNx.rst [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c [new file with mode: 0644]
Python/pystate.c
setup.py