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 pitrou
Recipients pitrou
Date 2008-12-07.00:06:46
SpamBayes Score 0.010779303
Marked as misclassified No
Message-id <1228608408.03.0.674795963302.issue4569@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from array import array
>>> a = array('i', range(16))
>>> m = memoryview(a)
>>> m[:] = array('i', range(16))
Erreur de segmentation
History
Date User Action Args
2008-12-07 00:06:48pitrousetrecipients: + pitrou
2008-12-07 00:06:48pitrousetmessageid: <1228608408.03.0.674795963302.issue4569@psf.upfronthosting.co.za>
2008-12-07 00:06:47pitroulinkissue4569 messages
2008-12-07 00:06:46pitroucreate