[issue14618] remove modules_reloading from the interpreter state

2012-05-02 Thread Eric Snow
Eric Snow added the comment: 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 -- resolution: -> fixed stage: -> committed/rejected status: open

[issue14618] remove modules_reloading from the interpreter state

2012-04-22 Thread Eric Snow
Eric Snow added the comment: patch added to issue13959. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue14618] remove modules_reloading from the interpreter state

2012-04-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14618] remove modules_reloading from the interpreter state

2012-04-18 Thread Eric Snow
Eric Snow added the comment: see issue14615 for the broader picture -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue14618] remove modules_reloading from the interpreter state

2012-04-18 Thread Eric Snow
New submission from Eric Snow : 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: