[New-bugs-announce] [issue18114] Update PyImport_ImportFrozenModuleObject() to use importlib

Brett Cannon report at bugs.python.org
Sat Jun 1 05:13:19 CEST 2013


New submission from Brett Cannon:

_imp.init_frozen is not really necessary; you can implement imports entirely using the other frozen-related functions. Because of that it's probably better to simply rewrite PyImport_ImportFrozenModuleObject() to use importlib to make the code easier to maintain and help guarantee consistency with other code.

----------
assignee: brett.cannon
components: Interpreter Core
messages: 190434
nosy: brett.cannon
priority: normal
severity: normal
stage: needs patch
status: open
title: Update PyImport_ImportFrozenModuleObject() to use importlib
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list