mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py.
Thanks to Eric Snow for the patch.
This commit is contained in:
parent
1fc3ec91cc
commit
62228dbd6c
6 changed files with 45 additions and 106 deletions
|
|
@ -26,7 +26,6 @@ typedef struct _is {
|
|||
PyObject *sysdict;
|
||||
PyObject *builtins;
|
||||
PyObject *importlib;
|
||||
PyObject *modules_reloading;
|
||||
|
||||
PyObject *codec_search_path;
|
||||
PyObject *codec_search_cache;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue