]> granicus.if.org Git - python/commit
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
authorBrett Cannon <brett@python.org>
Sun, 29 Apr 2012 18:38:11 +0000 (14:38 -0400)
committerBrett Cannon <brett@python.org>
Sun, 29 Apr 2012 18:38:11 +0000 (14:38 -0400)
commit62228dbd6c3b7be4199756c42a21429664c053e6
tree3d63ba456c809bd1f0eae2d9dee4bf8ae7dad31b
parent1fc3ec91cc3e86035179db3e476ae7cd36ca6716
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.

Thanks to Eric Snow for the patch.
Include/pystate.h
Lib/imp.py
Objects/moduleobject.c
Python/import.c
Python/pystate.c
Python/pythonrun.c