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 scoder
Recipients georg.brandl, scoder, teoliphant
Date 2008-07-29.17:46:48
SpamBayes Score 0.00073121925
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Also, the implementation does not follow the revised buffer PEP 3118. It
still calls get/releasebuffer(NULL) to acquire a lock, which is no
longer allowed by the buffer protocol.

I think this should become a release blocker for the last beta.
History
Date User Action Args
2008-07-29 17:46:50scodersetrecipients: + scoder, georg.brandl, teoliphant
2008-07-29 17:46:50scodersetmessageid: <[email protected]>
2008-07-29 17:46:49scoderlinkissue2394 messages
2008-07-29 17:46:48scodercreate