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 Jim.Jewett
Recipients Jim.Jewett, ezio.melotti
Date 2011-12-16.00:55:49
SpamBayes Score 0.00933153
Marked as misclassified No
Message-id <1323996950.0.0.0916946145672.issue13608@psf.upfronthosting.co.za>
In-reply-to
Content
In reviewing issue 13604 (aligning PEP 393 with the implementation) Victor Stinner noticed that PyUnicode_AsUnicodeAndSize is new in 3.3, but that it is already deprecated (because it relies on the old PyUnicode type).  

This born-deprecated function is just a shortcut for PyUnicode_AsUnicode plus PyUnicode_GET_SIZE, and should be removed.
History
Date User Action Args
2011-12-16 00:55:50Jim.Jewettsetrecipients: + Jim.Jewett, ezio.melotti
2011-12-16 00:55:50Jim.Jewettsetmessageid: <1323996950.0.0.0916946145672.issue13608@psf.upfronthosting.co.za>
2011-12-16 00:55:49Jim.Jewettlinkissue13608 messages
2011-12-16 00:55:49Jim.Jewettcreate