]> granicus.if.org Git - python/commit
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
authorVictor Stinner <vstinner@redhat.com>
Mon, 13 May 2019 15:12:45 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2019 15:12:45 +0000 (17:12 +0200)
commit410b85a7f701be280eb15b0ca4fe116e86f1d008
treed0b5d095a2cdc536798eb3780ccc14811a5bebb6
parent2c10538d11fa9be9a1a9f21605861e10ec4fa207
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)

Move _PyImportZip_Init() to the internal C API and add an 'interp'
parameter.
Include/import.h
Include/internal/pycore_pylifecycle.h
Python/import.c
Python/pylifecycle.c