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 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:25scodersetrecipients: + scoder, rhettinger, ncoghlan, pitrou, skrah, eric.snow
2012-03-03 21:24:25scodersetmessageid: <1330809865.89.0.600841737053.issue13797@psf.upfronthosting.co.za>
2012-03-03 21:24:25scoderlinkissue13797 messages
2012-03-03 21:24:25scodercreate