This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: remove modules_reloading from the interpreter state
类型: Stage: resolved
Components: Interpreter Core Versions: Python 3.3
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: 抄送列表: Arfrever, brett.cannon, eric.snow
优先级: normal 关键字:

Created on 2012-04-19 01:32 by eric.snow, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg158691 - (view) Author: Eric Snow (eric.snow) * (Python committer) 日期: 2012-04-19 01:32
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.
msg158694 - (view) Author: Eric Snow (eric.snow) * (Python committer) 日期: 2012-04-19 01:34
see issue14615 for the broader picture
msg158952 - (view) Author: Eric Snow (eric.snow) * (Python committer) 日期: 2012-04-22 07:42
patch added to issue13959.
msg159832 - (view) Author: Eric Snow (eric.snow) * (Python committer) 日期: 2012-05-03 01:47
from issue13959:

New changeset eb68502731dd by Brett Cannon in branch 'default':
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
http://hg.python.org/cpython/rev/eb68502731dd
历史
日期 用户 动作 参数
2022-04-11 14:57:29admin修改github: 58823
2012-05-03 01:47:50eric.snow修改状态: open -> closed
resolution: fixed
消息: + msg159832

stage: resolved
2012-04-22 07:42:34eric.snow修改消息: + msg158952
2012-04-20 06:51:32Arfrever修改抄送: + Arfrever
2012-04-19 01:34:56eric.snow修改消息: + msg158694
2012-04-19 01:32:26eric.snow创建