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 <[email protected]>
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: <[email protected]>
2017-02-10 09:09:15serhiy.storchakalinkissue29522 messages
2017-02-10 09:09:14serhiy.storchakacreate