Message 70406 - Python tracker
Message70406
| Author | scoder |
|---|---|
| Recipients | georg.brandl, scoder, teoliphant |
| Date | 2008-07-29.17:46:48 |
| SpamBayes Score | 0.00073121925 |
| Marked as misclassified | No |
| Message-id | <1217353610.1.0.111677563187.issue2394@psf.upfronthosting.co.za> |
| 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:50 | scoder | set | recipients: + scoder, georg.brandl, teoliphant |
| 2008-07-29 17:46:50 | scoder | set | messageid: <1217353610.1.0.111677563187.issue2394@psf.upfronthosting.co.za> |
| 2008-07-29 17:46:49 | scoder | link | issue2394 messages |
| 2008-07-29 17:46:48 | scoder | create | |