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 gevorg
Recipients SilentGhost, gevorg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-09-11.18:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473617172.57.0.862403706933.issue28068@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch! It makes the error go away for me, but only because `ishome` is True in my case. Were it False, it would fail the same way on the line containing sys.abiflags .
I think this line in the patch:
        flagged_version = version + sys.abiflags
should be changed to:
        flagged_version = version + abiflags
That way I get no errors regardless of the value of `ishome`.
History
Date User Action Args
2016-09-11 18:06:12gevorgsetrecipients: + gevorg, paul.moore, tim.golden, SilentGhost, zach.ware, steve.dower
2016-09-11 18:06:12gevorgsetmessageid: <1473617172.57.0.862403706933.issue28068@psf.upfronthosting.co.za>
2016-09-11 18:06:12gevorglinkissue28068 messages
2016-09-11 18:06:12gevorgcreate