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 steve.dower
Recipients cgohlke, eryksun, larry, mhammond, ned.deily, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2016-12-13.14:23:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481639009.43.0.934105701318.issue26071@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like I acknowledged the error in the patch and then didn't fix it when I applied it.

The change needed here is what Mark describes above, plus recompiling the executable stubs. Or alternatively, I can probably just edit out the bytes in the existing stub for 3.6.0 and fix it properly for 3.6.1.

Ned - thoughts? This regressed from 3.4 and has not worked properly for both architectures (simultaneously) since 3.5.
History
Date User Action Args
2016-12-13 14:23:29steve.dowersetrecipients: + steve.dower, mhammond, paul.moore, larry, tim.golden, ned.deily, cgohlke, python-dev, zach.ware, eryksun
2016-12-13 14:23:29steve.dowersetmessageid: <1481639009.43.0.934105701318.issue26071@psf.upfronthosting.co.za>
2016-12-13 14:23:29steve.dowerlinkissue26071 messages
2016-12-13 14:23:29steve.dowercreate