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 martin.panter
Recipients martin.panter
Date 2016-07-24.07:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469345155.19.0.0905640852709.issue27570@psf.upfronthosting.co.za>
In-reply-to
Content
V2 patch adds another fix, uncovered by recent datetime tests:

>>> a = array("B")
>>> a[:] = a
/media/disk/home/proj/python/cpython/Modules/arraymodule.c:748:5: runtime error: null pointer passed as argument 1, which is declared to never be null
/media/disk/home/proj/python/cpython/Modules/arraymodule.c:748:5: runtime error: null pointer passed as argument 2, which is declared to never be null
History
Date User Action Args
2016-07-24 07:25:55martin.pantersetrecipients: + martin.panter
2016-07-24 07:25:55martin.pantersetmessageid: <1469345155.19.0.0905640852709.issue27570@psf.upfronthosting.co.za>
2016-07-24 07:25:55martin.panterlinkissue27570 messages
2016-07-24 07:25:54martin.pantercreate