Message202743
I just commited a change to avoid PyUnicode_GET_SIZE(): this function doesn't handle errors very well, if PyUnicode_AsUnicode() fails, the result is zero. The caller is unable to know that an error occurred.
http://hg.python.org/cpython/rev/28f71af02b69
"""
Don't use deprecated function PyUnicode_GET_SIZE()
Replace it with PyUnicode_GET_LENGTH() or PyUnicode_AsUnicodeAndSize()
""" |
|
Date |
User |
Action |
Args |
2013-11-13 13:23:04 | vstinner | set | recipients:
+ vstinner |
2013-11-13 13:23:04 | vstinner | set | messageid: <1384348984.36.0.222392544501.issue19569@psf.upfronthosting.co.za> |
2013-11-13 13:23:04 | vstinner | link | issue19569 messages |
2013-11-13 13:23:04 | vstinner | create | |
|