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 skrah
Recipients ncoghlan, pitrou, skrah
Date 2012-02-24.11:12:55
SpamBayes Score 0.00940171
Marked as misclassified No
Message-id <1330081976.55.0.392146651383.issue12817@psf.upfronthosting.co.za>
In-reply-to
Content
The current interpretation in the PEP-3118 repo is that a request
without PyBUF_FORMAT means "implicit cast to unsigned bytes".

This makes the behavior of PyObject_AsWriteBuffer() correct, so I'm
closing this.
History
Date User Action Args
2012-02-24 11:12:56skrahsetrecipients: + skrah, ncoghlan, pitrou
2012-02-24 11:12:56skrahsetmessageid: <1330081976.55.0.392146651383.issue12817@psf.upfronthosting.co.za>
2012-02-24 11:12:55skrahlinkissue12817 messages
2012-02-24 11:12:55skrahcreate