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.
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 issue14615 for the broader picture |
|||
| msg158952 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | Date: 2012年04月22日 07:42 | |
patch added to issue13959. |
|||
| msg159832 - (view) | Author: Eric Snow (eric.snow) * (Python committer) | 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 | |