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 vstinner
Recipients brett.cannon, vstinner, yselivanov
Date 2017-06-23.12:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498220960.52.0.947702245452.issue26145@psf.upfronthosting.co.za>
In-reply-to
Content
Recently, some people asked me for an update for my FAT Python project. So I rebased this change I wrote 1 year 1/2 and adapted it for the new code base:

* I renamed test_pep511.py to test_code_transformer.py
* I removed the sys module from the PyInterpreterState structure (added in my previous patch), since Eric Snow and Nick Coghlan removed a variant of the sys module from this structure for their work on subinterpreters and reworked Python initialization

The PEP 511 is not accepted, so the implementation is still a work-in-progress (WIP) and must not be merged.
History
Date User Action Args
2017-06-23 12:29:20vstinnersetrecipients: + vstinner, brett.cannon, yselivanov
2017-06-23 12:29:20vstinnersetmessageid: <1498220960.52.0.947702245452.issue26145@psf.upfronthosting.co.za>
2017-06-23 12:29:20vstinnerlinkissue26145 messages
2017-06-23 12:29:20vstinnercreate