Issue 14618: remove modules_reloading from the interpreter state
Issue14618
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) * ![]() |
Date: 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) * ![]() |
Date: 2012-04-19 01:34 | |
see issue14615 for the broader picture |
|||
| msg158952 - (view) | Author: Eric Snow (eric.snow) * ![]() |
Date: 2012-04-22 07:42 | |
patch added to issue13959. |
|||
| msg159832 - (view) | Author: Eric Snow (eric.snow) * ![]() |
Date: 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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:29 | admin | set | github: 58823 |
| 2012-05-03 01:47:50 | eric.snow | set | status: open -> closed resolution: fixed messages: + msg159832 stage: resolved |
| 2012-04-22 07:42:34 | eric.snow | set | messages: + msg158952 |
| 2012-04-20 06:51:32 | Arfrever | set | nosy:
+ Arfrever |
| 2012-04-19 01:34:56 | eric.snow | set | messages: + msg158694 |
| 2012-04-19 01:32:26 | eric.snow | create | |
