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 nascheme
Recipients nascheme
Date 2018-03-22.22:17:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521757031.84.0.467229070634.issue33124@psf.upfronthosting.co.za>
In-reply-to
Content
This is an experimental patch that implements lazy execution of top-level definitions in modules (functions, classes, imports, global constants).  See Tools/lazy_compile/README.txt for details.
History
Date User Action Args
2018-03-22 22:17:11naschemesetrecipients: + nascheme
2018-03-22 22:17:11naschemesetmessageid: <1521757031.84.0.467229070634.issue33124@psf.upfronthosting.co.za>
2018-03-22 22:17:11naschemelinkissue33124 messages
2018-03-22 22:17:11naschemecreate