Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.

Thanks to Eric Snow for the patch.
This commit is contained in:
Brett Cannon 2012-04-29 14:38:11 -04:00
parent 1fc3ec91cc
commit 62228dbd6c
6 changed files with 45 additions and 106 deletions

View file

@ -26,7 +26,6 @@ typedef struct _is {
PyObject *sysdict;
PyObject *builtins;
PyObject *importlib;
PyObject *modules_reloading;
PyObject *codec_search_path;
PyObject *codec_search_cache;