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 serhiy.storchaka
Recipients flox, jnoller, jwilk, rschoon.old, sbt, serhiy.storchaka
Date 2015-11-12.22:18:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447366715.71.0.799865702761.issue8323@psf.upfronthosting.co.za>
In-reply-to
Content
While buffer is only used in Python 2.x, there is a similar issue in 3.x with memoryview.

The patch for issue22995 fixes this issue.
History
Date User Action Args
2015-11-12 22:18:35serhiy.storchakasetrecipients: + serhiy.storchaka, jwilk, jnoller, flox, rschoon.old, sbt
2015-11-12 22:18:35serhiy.storchakasetmessageid: <1447366715.71.0.799865702761.issue8323@psf.upfronthosting.co.za>
2015-11-12 22:18:35serhiy.storchakalinkissue8323 messages
2015-11-12 22:18:35serhiy.storchakacreate