commit | 7f8bfc9b9a8381ddb768421b5dd5cbd970266190 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Mon Jan 29 18:23:44 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Jan 29 18:23:44 2018 -0700 |
tree | 51b8fe00614bdc56c0c32ab2c61d921b225022a8 | |
parent | 332cd5ee4ff42c9904c56e68a1028f383f7fc9a8 [diff] |
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.