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 ncoghlan
Recipients CuriousLearner, ncoghlan, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-07-26.14:56:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501081007.24.0.369416189845.issue30721@psf.upfronthosting.co.za>
In-reply-to
Content
Checking how we do it elsewhere, `NB_SLOT(nb_rshift)` looks like the right replacement.

That's a compiler-dependent struct field offset calculation, so a discrepancy there could easily be the cause of a Windows-only failure.
History
Date User Action Args
2017-07-26 14:56:47ncoghlansetrecipients: + ncoghlan, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, CuriousLearner
2017-07-26 14:56:47ncoghlansetmessageid: <1501081007.24.0.369416189845.issue30721@psf.upfronthosting.co.za>
2017-07-26 14:56:47ncoghlanlinkissue30721 messages
2017-07-26 14:56:47ncoghlancreate