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 njs
Recipients benjamin.peterson, cgohlke, cstratak, hroncok, larry, ned.deily, njs, serhiy.storchaka, skrah, steve.dower
Date 2017-05-02.05:24:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493702668.63.0.476924257484.issue29943@psf.upfronthosting.co.za>
In-reply-to
Content
More collateral damage: apparently the workaround that Pandas used for this bug (#undef'ing PySlice_GetIndicesEx) broke PyPy, so now they need a workaround for the workaround: https://github.com/pandas-dev/pandas/pull/16192

Recording this here partly as a nudge since IIUC the breaking change is still in the 3.6 tree, and partly for the benefit of future projects that are also trying to work around this.
History
Date User Action Args
2017-05-02 05:24:28njssetrecipients: + njs, larry, benjamin.peterson, ned.deily, cgohlke, skrah, serhiy.storchaka, steve.dower, cstratak, hroncok
2017-05-02 05:24:28njssetmessageid: <1493702668.63.0.476924257484.issue29943@psf.upfronthosting.co.za>
2017-05-02 05:24:28njslinkissue29943 messages
2017-05-02 05:24:28njscreate