[New-bugs-announce] [issue19698] Implement _imp.exec_builtin and exec_dynamic

Brett Cannon report at bugs.python.org
Fri Nov 22 17:27:55 CET 2013


New submission from Brett Cannon:

Since _imp.init_builtin and _imp.load_dynamic don't take in a module to load, need to create new functions which do. Afterwards can deprecate init_builtin, load_dynamic, and init_frozen (the latter having been worked around thanks to get_frozen_object).

----------
components: Interpreter Core
messages: 203798
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: test needed
status: open
title: Implement _imp.exec_builtin and exec_dynamic
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19698>
_______________________________________


More information about the New-bugs-announce mailing list