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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to