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 Jeffrey.Walton
Recipients Jeffrey.Walton, benjamin.peterson, python-dev
Date 2014-03-15.02:08:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394849324.39.0.0360039133956.issue20929@psf.upfronthosting.co.za>
In-reply-to
Content
The big list of issues earlier has been parred down to the following after `make`:

Objects/longobject.c:40:42: runtime error: index -3 out of bounds for type 'PyLongObject [262]'
Objects/listobject.c:2046:22: runtime error: index 623 out of bounds for type 'PyObject *[256]'
Objects/longobject.c:40:42: runtime error: index -3 out of bounds for type 'PyLongObject [262]'

`make test` still needs to be run.

I'm going to open another bug report since this is a different branch. Is that OK?
History
Date User Action Args
2014-03-15 02:08:44Jeffrey.Waltonsetrecipients: + Jeffrey.Walton, benjamin.peterson, python-dev
2014-03-15 02:08:44Jeffrey.Waltonsetmessageid: <1394849324.39.0.0360039133956.issue20929@psf.upfronthosting.co.za>
2014-03-15 02:08:44Jeffrey.Waltonlinkissue20929 messages
2014-03-15 02:08:44Jeffrey.Waltoncreate