• Benjamin Peterson's avatar
    closes bpo-34056: Always return bytes from _HackedGetData.get_data(). (GH-8130) · b0274f2c
    Benjamin Peterson yazdı
    * Always return bytes from _HackedGetData.get_data().
    
    Ensure the imp.load_source shim always returns bytes by reopening the file in
    binary mode if needed. Hash-based pycs have to receive the source code in bytes.
    
    It's tempting to change imp.get_suffixes() to always return 'rb' as a mode, but
    that breaks some stdlib tests and likely 3rdparty code, too.
    b0274f2c