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 nico, serhiy.storchaka
Date 2017-02-10.09:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486717755.13.0.834655765512.issue29522@psf.upfronthosting.co.za>
In-reply-to
Content
This is incorrect use of PyLong_AsDouble(). It should be used with a long object, but you use it with an int object.
History
Date User Action Args
2017-02-10 09:09:15serhiy.storchakasetrecipients: + serhiy.storchaka, nico
2017-02-10 09:09:15serhiy.storchakasetmessageid: <1486717755.13.0.834655765512.issue29522@psf.upfronthosting.co.za>
2017-02-10 09:09:15serhiy.storchakalinkissue29522 messages
2017-02-10 09:09:14serhiy.storchakacreate