[New-bugs-announce] [issue33124] Lazy execution of module bytecode

Neil Schemenauer report at bugs.python.org
Thu Mar 22 18:17:11 EDT 2018


New submission from Neil Schemenauer <nas-python at arctrix.com>:

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.

----------
components: Interpreter Core
messages: 314294
nosy: nascheme
priority: low
severity: normal
stage: patch review
status: open
title: Lazy execution of module bytecode
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33124>
_______________________________________


More information about the New-bugs-announce mailing list