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 barry
Recipients barry, ned.deily, serhiy.storchaka, vstinner
Date 2017-11-27.23:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <9183B06C-EB4F-4489-98F9-F3BE62B728AF@python.org>
In-reply-to <1511825882.59.0.213398074469.issue32107@psf.upfronthosting.co.za>
Content
On Nov 27, 2017, at 18:38, STINNER Victor <report@bugs.python.org> wrote:
> 
> STINNER Victor <victor.stinner@gmail.com> added the comment:
> 
> The commit 9522a218f7dff95c490ff359cc60e8c2af35f5c8 broke multiple buildbots. Since I don't how to fix it, I reverted it, to get more time to design, implement and test a proper fix.

Thanks.  There was no way to predict the failures, but I thought that it could happen.  I think at this point the only proper fix is to remove the bitmask test.  I’ll work up a follow-on branch and port that back to 2.7 and 3.6.
History
Date User Action Args
2017-11-27 23:45:04barrysetrecipients: + barry, vstinner, ned.deily, serhiy.storchaka
2017-11-27 23:45:04barrylinkissue32107 messages
2017-11-27 23:45:04barrycreate