[issue14618] remove modules_reloading from the interpreter state

Eric Snow report at bugs.python.org
Thu Apr 19 03:32:27 CEST 2012


New submission from Eric Snow <ericsnowcurrently at gmail.com>:

Once imp.reload() is moved to imp.py, and the code is stripped from Python/import.c, we can see where modules_reloading stands.  I expect that it will have become entirely superfluous at that point.

----------
components: Interpreter Core
messages: 158691
nosy: brett.cannon, eric.snow
priority: normal
severity: normal
status: open
title: remove modules_reloading from the interpreter state
versions: Python 3.3

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


More information about the Python-bugs-list mailing list