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 ncoghlan
Recipients loewis, ncoghlan, skrah, teoliphant
Date 2012-08-16.11:12:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345115580.63.0.856753127223.issue15625@psf.upfronthosting.co.za>
In-reply-to
Content
I guess the main alternative to deprecation that preserves the invariant you describe would be to propagate the "u == Py_UNICODE" definition to memoryview. Since we're trying to phase out Py_UNICODE, deprecation seems the more sensible course.

Perhaps just a documented deprecation for now, like the rest of the Py_UNICODE based APIs?
History
Date User Action Args
2012-08-16 11:13:00ncoghlansetrecipients: + ncoghlan, loewis, teoliphant, skrah
2012-08-16 11:13:00ncoghlansetmessageid: <1345115580.63.0.856753127223.issue15625@psf.upfronthosting.co.za>
2012-08-16 11:13:00ncoghlanlinkissue15625 messages
2012-08-16 11:12:59ncoghlancreate