]> granicus.if.org Git - python/commit
bpo-32030: pass interp to _PyImport_Init() (#4736)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Dec 2017 16:25:50 +0000 (17:25 +0100)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2017 16:25:50 +0000 (17:25 +0100)
commit672b6baa71010f236ee8c8ce912e98cb542385c6
tree542982cb63ada027c915497b3a703a6f46d0e5c4
parenta2a25eb03762680b98bb8cd090e43d0994a72c49
bpo-32030: pass interp to _PyImport_Init() (#4736)

Remove also the initstr variable, unused since the commit
e69f0df45b709c25ac80617c41bbae16f56870fb pushed in 2012: "bpo-13959:
Re-implement imp.find_module() in Lib/imp.py"
Include/pylifecycle.h
Python/import.c
Python/pylifecycle.c