Re: [Python-Dev] How to fix the buffer object's broken char buffersupport

2006-06-07 Thread Brett Cannon
clarifying the docs. -Brett > Kristján > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brett Cannon > Sent: 6. júní 2006 22:30 > To: Python Dev > Subject: [Python-Dev] How to fix the buffer object's broken char buffersupport &g

Re: [Python-Dev] How to fix the buffer object's broken char buffersupport

2006-06-07 Thread Kristján V . Jónsson
Cannon Sent: 6. júní 2006 22:30 To: Python Dev Subject: [Python-Dev] How to fix the buffer object's broken char buffersupport If you run ``import array; int(buffer(array.array('c')))`` the interpreter will segfault. While investigating this I discovered that buffer objects, for thei