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 ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan, ned.deily, ronaldoussoren, vstinner
Date 2018-07-28.14:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532787777.13.0.56676864532.issue34247@psf.upfronthosting.co.za>
In-reply-to
Content
I believe Victor is at the EuroPython sprints as well, so if I'm right about that, I think the best option would be for the two of you to work out a resolution for 3.7.1 in person that at least keeps the test suites reasonably consistent, even if the implementations have diverged (the new tests already added for bpo-34170 were the main reason I stopped working on my initial patch for this).

And agreed on fixing the current dependency inversion between pylifecycle and the py_main code - the functions needed by both Py_Main and Py_Initialize should be migrated down the stack into pylifecycle as part of the bpo-34170 work.
History
Date User Action Args
2018-07-28 14:22:57ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, vstinner, ned.deily, eric.snow
2018-07-28 14:22:57ncoghlansetmessageid: <1532787777.13.0.56676864532.issue34247@psf.upfronthosting.co.za>
2018-07-28 14:22:57ncoghlanlinkissue34247 messages
2018-07-28 14:22:57ncoghlancreate