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 asvetlov, docs@python, jcea, mark.dickinson, nedbat, serhiy.storchaka
Date 2013-11-30.15:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385824610.34.0.708107213025.issue16404@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. arraymodule.c is already fixed. Instead I found other bug in sysmodule.c. I'm not sure about extending.rst, PyLong_FromLong(0L) should never fail if NSMALLNEGINTS + NSMALLPOSINTS > 0.
History
Date User Action Args
2013-11-30 15:16:50serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, mark.dickinson, nedbat, asvetlov, docs@python
2013-11-30 15:16:50serhiy.storchakasetmessageid: <1385824610.34.0.708107213025.issue16404@psf.upfronthosting.co.za>
2013-11-30 15:16:50serhiy.storchakalinkissue16404 messages
2013-11-30 15:16:49serhiy.storchakacreate