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 benjamin.peterson, serhiy.storchaka
Date 2016-12-25.09:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482658801.25.0.382307263655.issue28998@psf.upfronthosting.co.za>
In-reply-to
Content
Added checks for errors in C code (they are needed even without supporting Python longs, PyInt_AsLong() can fail with Python ints) and a fast path for Python longs in PyInt_AsLong() (avoid creating temporary Python int).
History
Date User Action Args
2016-12-25 09:40:03serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2016-12-25 09:40:01serhiy.storchakasetmessageid: <1482658801.25.0.382307263655.issue28998@psf.upfronthosting.co.za>
2016-12-25 09:40:01serhiy.storchakalinkissue28998 messages
2016-12-25 09:39:56serhiy.storchakacreate