]> granicus.if.org Git - python/commit
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 4 Sep 2017 23:54:09 +0000 (17:54 -0600)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 23:54:09 +0000 (17:54 -0600)
commit86b7afdfeee77993fe896a2aa13b3f4f95973f16
treea37fbb7233319c671e4787bff683629148cab971
parentf5ea83f4864232fecc042ff0d1c2401807b19280
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)

sys.modules is the one true source.
18 files changed:
Doc/c-api/import.rst
Doc/whatsnew/3.7.rst
Include/import.h
Include/modsupport.h
Include/pystate.h
Misc/NEWS.d/next/Core and Builtins/2017-09-04-10-46-09.bpo-28411.IU9rQL.rst [new file with mode: 0644]
Modules/_pickle.c
Modules/pyexpat.c
Objects/moduleobject.c
Objects/typeobject.c
Python/_warnings.c
Python/bltinmodule.c
Python/ceval.c
Python/import.c
Python/importdl.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c