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 eryksun, ezio.melotti, methane, vstinner, yan12125
Date 2017-12-13.01:21:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513128107.45.0.213398074469.issue29240@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 538 has two open issues: bpo-30672 and bpo-32238.

I recently refactored the Py_Main() code so it should be simpler to implement the PEP 540: see bpo-32030.
History
Date User Action Args
2017-12-13 01:21:47vstinnersetrecipients: + vstinner, ezio.melotti, methane, eryksun, yan12125
2017-12-13 01:21:47vstinnersetmessageid: <1513128107.45.0.213398074469.issue29240@psf.upfronthosting.co.za>
2017-12-13 01:21:47vstinnerlinkissue29240 messages
2017-12-13 01:21:46vstinnercreate