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 ncoghlan
Recipients ncoghlan, pitrou, rhettinger, skrah
Date 2012-03-01.09:48:56
SpamBayes Score 6.222857e-07
Marked as misclassified No
Message-id <CADiSq7eMunCxMbofC0H5GsHMf6GjJHcMy5H9Tg88vkHv1CaEzQ@mail.gmail.com>
In-reply-to <1330594393.77.0.00963529832041.issue13797@psf.upfronthosting.co.za>
Content
Consider a Python wrapper around a bytes object, or mmap or similar that
wants to pass PEP 3118 buffer requests through to the underlying object.
Currently, there's no way to write such a delegation - the delegating class
has to be written in C.
History
Date User Action Args
2012-03-01 09:48:57ncoghlansetrecipients: + ncoghlan, rhettinger, pitrou, skrah
2012-03-01 09:48:56ncoghlanlinkissue13797 messages
2012-03-01 09:48:56ncoghlancreate