This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients bmwiedemann, matrixise, xtreak
Date 2018-10-15.13:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539608910.13.0.788709270274.issue34990@psf.upfronthosting.co.za>
In-reply-to
Content
With 3.8a

Traceback (most recent call last):
  File "/home/stephane/src/github.com/python/cpython/Lib/runpy.py", line 192, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/home/stephane/src/github.com/python/cpython/Lib/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/stephane/src/github.com/python/cpython/Lib/compileall.py", line 326, in <module>
    exit_status = int(not main())
  File "/home/stephane/src/github.com/python/cpython/Lib/compileall.py", line 303, in main
    if not compile_file(dest, args.ddir, args.force, args.rx,
  File "/home/stephane/src/github.com/python/cpython/Lib/compileall.py", line 142, in compile_file
    expect = struct.pack('<4sll', importlib.util.MAGIC_NUMBER,
struct.error: 'l' format requires -2147483648 <= number <= 2147483647
History
Date User Action Args
2018-10-15 13:08:30matrixisesetrecipients: + matrixise, bmwiedemann, xtreak
2018-10-15 13:08:30matrixisesetmessageid: <1539608910.13.0.788709270274.issue34990@psf.upfronthosting.co.za>
2018-10-15 13:08:30matrixiselinkissue34990 messages
2018-10-15 13:08:30matrixisecreate