Message154855
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. |
|
| 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: <[email protected]> |
| 2012-03-03 21:24:25 | scoder | link | issue13797 messages |
| 2012-03-03 21:24:25 | scoder | create | |
|