Message 154684 - Python tracker
Message154684
| 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:57 | ncoghlan | set | recipients: + ncoghlan, rhettinger, pitrou, skrah |
| 2012-03-01 09:48:56 | ncoghlan | link | issue13797 messages |
| 2012-03-01 09:48:56 | ncoghlan | create | |