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 mrolle
Recipients mrolle
Date 2016-11-09.04:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478664292.05.0.145705220958.issue28646@psf.upfronthosting.co.za>
In-reply-to
Content
Suggest that the _CData.from_buffer (source) method allow a read-only
source as an argument, in which case any assignments to
the object would raise some type of exception.
If the source is shared with some writable object,
then changes to said object would be reflected in the
_CData object.  If this behavior is not what you want,
then you could just make a new method called, say,
from_buffer_shared (source).
History
Date User Action Args
2016-11-09 04:04:52mrollesetrecipients: + mrolle
2016-11-09 04:04:52mrollesetmessageid: <1478664292.05.0.145705220958.issue28646@psf.upfronthosting.co.za>
2016-11-09 04:04:51mrollelinkissue28646 messages
2016-11-09 04:04:51mrollecreate