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 Oren Milman
Recipients Oren Milman
Date 2017-09-25.19:50:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506369027.87.0.544197790257.issue31577@psf.upfronthosting.co.za>
In-reply-to
Content
I opened a PR.
I think another fix might be to use
PyLong_Type.tp_as_number->long_divmod() instead of PyNumber_Divmod().
History
Date User Action Args
2017-09-25 19:50:27Oren Milmansetrecipients: + Oren Milman
2017-09-25 19:50:27Oren Milmansetmessageid: <1506369027.87.0.544197790257.issue31577@psf.upfronthosting.co.za>
2017-09-25 19:50:27Oren Milmanlinkissue31577 messages
2017-09-25 19:50:27Oren Milmancreate