[issue4509] bugs in array.array with exports (buffer protocol)

2009-07-21 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Closing as I don't see any other bugs in this issue to fix. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue4509] bugs in array.array with exports (buffer protocol)

2009-07-04 Thread Alexandre Vassalotti
Alexandre Vassalotti added the comment: Fixed the array bug in r73850. Is there any bug left to fixed that were reported in this issue? -- nosy: +alexandre.vassalotti ___ Python tracker

[issue4509] bugs in array.array with exports (buffer protocol)

2008-12-07 Thread gumpy
gumpy <[EMAIL PROTECTED]> added the comment: I've opened a new memoryview/array segfault issue since #4569 was closed: #4583 ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4509] bugs in array.array with exports (buffer protocol)

2008-12-07 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Found another bug with memoryview and arrays in #4580. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue4509] bugs in array.array with exports (buffer protocol)

2008-12-06 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Sorry, typo: the segfault issue is #4569. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Py

[issue4509] bugs in array.array with exports (buffer protocol)

2008-12-06 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: The bytearray patch has been committed to 2.6, 2.7, 3.0, 3.1. Now the array.array problem remains. -- components: +Extension Modules -Interpreter Core stage: patch review -> needs patch title: possible memoryview bug -> bugs in array.