Message241925
The patch causes a lot of warnings like
Objects/unicodeobject.c: In function ‘unicode_title_impl’:
Objects/unicodeobject.c:10581:5: warning: passing argument 1 of ‘_PyUnicode_Ready’ from incompatible pointer type [enabled by default]
if (PyUnicode_READY(self) == -1)
^
Objects/unicodeobject.c:1484:1: note: expected ‘struct PyObject *’ but argument is of type ‘struct PyUnicodeObject *’
_PyUnicode_Ready(PyObject *unicode)
^ |
|
Date |
User |
Action |
Args |
2015-04-24 08:24:24 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, taleinat, larry |
2015-04-24 08:24:24 | serhiy.storchaka | set | messageid: <1429863864.54.0.587543300946.issue20180@psf.upfronthosting.co.za> |
2015-04-24 08:24:24 | serhiy.storchaka | link | issue20180 messages |
2015-04-24 08:24:24 | serhiy.storchaka | create | |
|