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 serhiy.storchaka
Recipients Oren Milman, python-dev, serhiy.storchaka
Date 2016-10-02.09:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475401183.28.0.647956731947.issue28332@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for you contribution Oren.

Rules for promotion unsinged integers to signed integers are not simple. I changed PyLong_FromLong() to PyLong_FromUnsignedLong() for the clarity.
History
Date User Action Args
2016-10-02 09:39:43serhiy.storchakasetrecipients: + serhiy.storchaka, python-dev, Oren Milman
2016-10-02 09:39:43serhiy.storchakasetmessageid: <1475401183.28.0.647956731947.issue28332@psf.upfronthosting.co.za>
2016-10-02 09:39:43serhiy.storchakalinkissue28332 messages
2016-10-02 09:39:43serhiy.storchakacreate