This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow, ncoghlan
Date 2015-07-03.19:17:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435951040.82.0.540299550676.issue24553@psf.upfronthosting.co.za>
In-reply-to
Content
FTR, subinterpreters are already accessible during testing with _testcapi.run_in_subinterp().

* https://hg.python.org/cpython/file/09b223827f63/Modules/_testcapimodule.c#l2615


That function is used here:

* Lib/test/test_threading.py
* Lib/test/support.__init__.py (run_in_subinterp())

test.support.run_in_subinterp() is used here:

* Lib/test/test_atexit.py
* Lib/test/test_capi.py
* Lib/test/test_threading.py
History
Date User Action Args
2015-07-03 19:17:20eric.snowsetrecipients: + eric.snow, ncoghlan
2015-07-03 19:17:20eric.snowsetmessageid: <1435951040.82.0.540299550676.issue24553@psf.upfronthosting.co.za>
2015-07-03 19:17:20eric.snowlinkissue24553 messages
2015-07-03 19:17:20eric.snowcreate