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, yselivanov
Date 2018-01-20.01:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516413482.13.0.467229070634.issue32604@psf.upfronthosting.co.za>
In-reply-to
Content
In the interest of getting something landed for 3.7, so we can start using it in tests, I'm putting up a patch for a low-level interpreters module.  In some ways this is a precursor for issue #30439, which will add a proper public stdlib module in 3.8.

The module I'm adding draws from the ideas in PEP 554 (particularly for channels).  Consequently, this will also give us an opportunity to try out some of the semantics from the PEP to give us better ideas for 3.8.

I expect to have some follow-on patches to facilitate simpler use in tests.  This patch is big enough already. :)
History
Date User Action Args
2018-01-20 01:58:02eric.snowsetrecipients: + eric.snow, ncoghlan, yselivanov
2018-01-20 01:58:02eric.snowsetmessageid: <1516413482.13.0.467229070634.issue32604@psf.upfronthosting.co.za>
2018-01-20 01:58:01eric.snowlinkissue32604 messages
2018-01-20 01:58:00eric.snowcreate