[issue28465] python 3.5 magic number

曹忠 report at bugs.python.org
Tue Oct 18 21:51:39 EDT 2016


曹忠 added the comment:

I try, still the same:
On debian 9 and python 3.5.2:
>>> importlib.util.MAGIC_NUMBER
b'\x17\r\r\n'

On windows and python 3.5.2
>>> importlib.util.MAGIC_NUMBER
b'\x16\r\r\n'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28465>
_______________________________________


More information about the Python-bugs-list mailing list