blob: edc0135efc605728db37daf89d0a3c9346e7507a [file] [log] [blame]
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.