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, abarry, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-07-14.20:18:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468527516.5.0.63628424034.issue27510@psf.upfronthosting.co.za>
In-reply-to
Content
Some parts rargenting win32 was having the solution set of 64 bit making x86 with x64 setting mixups.
Basically it was doing both 32 and 64 bit assembling at the same time which of course would make it fail.
History
Date User Action Args
2016-07-14 20:18:36Decoratersetrecipients: + Decorater, paul.moore, tim.golden, zach.ware, steve.dower, abarry
2016-07-14 20:18:36Decoratersetmessageid: <1468527516.5.0.63628424034.issue27510@psf.upfronthosting.co.za>
2016-07-14 20:18:36Decoraterlinkissue27510 messages
2016-07-14 20:18:36Decoratercreate