cpython/Misc/NEWS.d/next/Library/2018-07-05-22-45-46.bpo-340...

4 lines
179 B
ReStructuredText

Ensure the loader shim created by ``imp.load_module`` always returns bytes
from its ``get_data()`` function. This fixes using ``imp.load_module`` with
:pep:`552` hash-based pycs.