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 vstinner
Recipients nikratio, pitrou, serhiy.storchaka, vstinner
Date 2014-03-26.10:38:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZcORPvJbYvfwR+JYwMUWDqZfU2fiKtTaGRxEeFR8jb=A@mail.gmail.com>
In-reply-to <1395790521.66.0.810535160556.issue21057@psf.upfronthosting.co.za>
Content
2014-03-26 0:35 GMT+01:00 Antoine Pitrou <report@bugs.python.org>:
> - they are immutable: you can keep an internal reference to a bytes object and be sure it won't change under your feet

Is it possible to request this feature using PyObject_GetBuffer()? I
don't see such flag.

If it's not possible, a new flag is maybe needed?
History
Date User Action Args
2014-03-26 10:38:24vstinnersetrecipients: + vstinner, pitrou, nikratio, serhiy.storchaka
2014-03-26 10:38:24vstinnerlinkissue21057 messages
2014-03-26 10:38:24vstinnercreate