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 eric.smith, eric.snow, larry, nascheme, ncoghlan, xtreak
Date 2018-09-20.13:38:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537450702.31.0.956365154283.issue34690@psf.upfronthosting.co.za>
In-reply-to
Content
python-dev thread with more discussion of the patch: https://mail.python.org/pipermail/python-dev/2018-September/155188.html

Note that my comment above was based on a misunderstanding of what the patch does - the module level code still gets executed at import time, what's able to be avoided is the unmarshalling costs.
History
Date User Action Args
2018-09-20 13:38:22ncoghlansetrecipients: + ncoghlan, nascheme, larry, eric.smith, eric.snow, xtreak
2018-09-20 13:38:22ncoghlansetmessageid: <1537450702.31.0.956365154283.issue34690@psf.upfronthosting.co.za>
2018-09-20 13:38:22ncoghlanlinkissue34690 messages
2018-09-20 13:38:22ncoghlancreate