Message 154855 - Python tracker
Message154855
| Author | scoder |
|---|---|
| Recipients | eric.snow, ncoghlan, pitrou, rhettinger, scoder, skrah |
| Date | 2012-03-03.21:24:25 |
| SpamBayes Score | 0.0005003153 |
| Marked as misclassified | No |
| Message-id | <1330809865.89.0.600841737053.issue13797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FWIW, Cython lets user code implement the buffer interface for extension types using the special methods "__getbuffer__()" and "__releasebuffer__()", so providing the same methods (although with a different signature) also for normal Python types would IMHO fit nicely. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-03 21:24:25 | scoder | set | recipients: + scoder, rhettinger, ncoghlan, pitrou, skrah, eric.snow |
| 2012-03-03 21:24:25 | scoder | set | messageid: <1330809865.89.0.600841737053.issue13797@psf.upfronthosting.co.za> |
| 2012-03-03 21:24:25 | scoder | link | issue13797 messages |
| 2012-03-03 21:24:25 | scoder | create | |