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, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-12-05.03:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512445646.91.0.213398074469.issue32217@psf.upfronthosting.co.za>
In-reply-to
Content
Seems that freeze.py was not updated since 3.6.0b2 and also fails like this in master as well. (specifically commit 10108a7b9affa61719a1dc1863edb2bdb3402fd1) was last edit to the file in both the 3.6 and the master branch.

Could it be that ``sys.abiflags`` was removed from the sys module and so freeze stopped working due to that?
History
Date User Action Args
2017-12-05 03:47:26Decoratersetrecipients: + Decorater, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-12-05 03:47:26Decoratersetmessageid: <1512445646.91.0.213398074469.issue32217@psf.upfronthosting.co.za>
2017-12-05 03:47:26Decoraterlinkissue32217 messages
2017-12-05 03:47:26Decoratercreate