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 dw
Recipients benjamin.peterson, dw, hynek, kmike, pitrou, scoder, serhiy.storchaka, stutzbach
Date 2014-07-20.22:07:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405894041.07.0.141694171262.issue22003@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure the "read only buffer" test is strong enough: having a readonly view is not a guarantee that the data in the view cannot be changed through some other means, i.e. it is read-only, not immutable.

Pretty sure this approach is broken. What about the alternative approach of specializing for Bytes?
History
Date User Action Args
2014-07-20 22:07:21dwsetrecipients: + dw, pitrou, scoder, benjamin.peterson, stutzbach, hynek, serhiy.storchaka, kmike
2014-07-20 22:07:21dwsetmessageid: <1405894041.07.0.141694171262.issue22003@psf.upfronthosting.co.za>
2014-07-20 22:07:21dwlinkissue22003 messages
2014-07-20 22:07:21dwcreate