cpython/Lib/importlib
Serhiy Storchaka cf2ad55511 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
function with generalized unpacking (PEP 448) and conflicting keyword names
could cause undefined behavior.
2016-06-12 09:35:13 +03:00
..
__init__.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
_bootstrap.py Issue #27076: Merge spelling from 3.5 2016-05-26 06:03:19 +00:00
_bootstrap_external.py Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling 2016-06-12 09:35:13 +03:00
abc.py Issue #26186: Remove an invalid type check in 2016-02-20 18:35:41 -08:00
machinery.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00
util.py Merge for issue #26186 2016-02-20 18:37:04 -08:00