[issue18353] PyUnicode_WRITE_CHAR macro definition missing

STINNER Victor report at bugs.python.org
Fri Jul 5 18:50:02 CEST 2013


STINNER Victor added the comment:

I don't remember where this macro come from. 

It is mention in my review of the PEP (the text of the PEP, not the implementation):
http://mail.python.org/pipermail/python-dev/2011-September/113668.html

PyUnicode_WRITE_CHAR() was removed from the PEP by the following commit:
http://hg.python.org/peps/rev/5c69799e1a94

I'm not sure that the macro ever existed :-)

Anyway, it should be removed from the doc!

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18353>
_______________________________________


More information about the Python-bugs-list mailing list