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 ncoghlan, ned.deily, vstinner
Date 2018-11-24.17:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543079496.26.0.788709270274.issue34589@psf.upfronthosting.co.za>
In-reply-to
Content
If I've understood https://bugs.python.org/issue35290 and its resolution in https://github.com/python/cpython/commit/f6e323ce322cf54b1a9e9252b13f93ebc28b5c24 correctly, that's a concrete example of why I consider the early coercion approach that avoids any kind of redecoding dance significantly more robust against issues arising from future changes in the CPython startup sequence.

I'm away for AWS Re:Invent until Dec 2, but after I get back, I'll finally sit down and take one last pass over this to see if I can come up with a version that Victor is actually willing to review and approve.
History
Date User Action Args
2018-11-24 17:11:36ncoghlansetrecipients: + ncoghlan, vstinner, ned.deily
2018-11-24 17:11:36ncoghlansetmessageid: <1543079496.26.0.788709270274.issue34589@psf.upfronthosting.co.za>
2018-11-24 17:11:36ncoghlanlinkissue34589 messages
2018-11-24 17:11:36ncoghlancreate