Message335462
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, izbyshev, pablogsal, vstinner |
| Date | 2019-02-13.16:19:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550074765.47.0.852218022203.issue35984@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
FYI, the _xxsubinterpreters module serves several purposes. First, it allows us to more thoroughly test the subinterpreter functionality of CPython (doing so via _testembed and _testcapi is messy), effectively in test__xxsubinterpreters. Second, it is the foundation for helpers (which I intend on adding to test.support in the 3.8 time frame) for easily using subinterpreters in the test suite in lieu of subprocesses. Third, ultimately it will be the low-level implementation of PEP 554. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-13 16:19:25 | eric.snow | set | recipients: + eric.snow, vstinner, izbyshev, pablogsal |
| 2019-02-13 16:19:25 | eric.snow | set | messageid: <1550074765.47.0.852218022203.issue35984@roundup.psfhosted.org> |
| 2019-02-13 16:19:25 | eric.snow | link | issue35984 messages |
| 2019-02-13 16:19:25 | eric.snow | create | |