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 Decorater
Recipients Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-12-05.02:15:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512440101.88.0.213398074469.issue32217@psf.upfronthosting.co.za>
In-reply-to
Content
It seems on my system installed python 3.6.0 when invoking python 3.6.3's freeze.py it seems to fail with this traceback:

python ..\externals\cpython\Tools\freeze\freeze.py pyeimport.py
Traceback (most recent call last):
  File "..\externals\cpython\Tools\freeze\freeze.py", line 491, in <module>
    main()
  File "..\externals\cpython\Tools\freeze\freeze.py", line 220, in main
    flagged_version = version + sys.abiflags
AttributeError: module 'sys' has no attribute 'abiflags'
History
Date User Action Args
2017-12-05 02:15:01Decoratersetrecipients: + Decorater, paul.moore, tim.golden, zach.ware, steve.dower
2017-12-05 02:15:01Decoratersetmessageid: <1512440101.88.0.213398074469.issue32217@psf.upfronthosting.co.za>
2017-12-05 02:15:01Decoraterlinkissue32217 messages
2017-12-05 02:15:01Decoratercreate