]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24769: Interpreter now starts properly when dynamic loading
authorLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 02:53:56 +0000 (19:53 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Aug 2015 02:53:56 +0000 (19:53 -0700)
commit1df0b35e3dfece45ef4d72fce2e3bdd256b5f6b3
tree836104fd30d40ea75ee8ce2ebb4950825f9ac451
parent7250d02b738692fb76a47d75691cca6ba1561040
Issue #24769: Interpreter now starts properly when dynamic loading
is disabled.  Patch by Petr Viktorin.
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/clinic/import.c.h
Python/import.c
Python/importlib.h