Issue 14618: remove modules_reloading from the interpreter state (original) (raw)

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) * (Python committer) 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) * (Python committer) Date: 2012-04-19 01:34
see for the broader picture
msg158952 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2012-04-22 07:42
patch added to .
msg159832 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2012-05-03 01:47
from : 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 -> closedresolution: fixedmessages: + stage: resolved
2012-04-22 07:42:34 eric.snow set messages: +
2012-04-20 06:51:32 Arfrever set nosy: + Arfrever
2012-04-19 01:34:56 eric.snow set messages: +
2012-04-19 01:32:26 eric.snow create