Message149585
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. |
|
Date |
User |
Action |
Args |
2011-12-16 00:55:50 | Jim.Jewett | set | recipients:
+ Jim.Jewett, ezio.melotti |
2011-12-16 00:55:50 | Jim.Jewett | set | messageid: <1323996950.0.0.0916946145672.issue13608@psf.upfronthosting.co.za> |
2011-12-16 00:55:49 | Jim.Jewett | link | issue13608 messages |
2011-12-16 00:55:49 | Jim.Jewett | create | |
|