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 serhiy.storchaka
Recipients larry, loewis, serhiy.storchaka, taleinat
Date 2015-04-24.08:24:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429863864.54.0.587543300946.issue20180@psf.upfronthosting.co.za>
In-reply-to
Content
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)
 ^
History
Date User Action Args
2015-04-24 08:24:24serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, taleinat, larry
2015-04-24 08:24:24serhiy.storchakasetmessageid: <1429863864.54.0.587543300946.issue20180@psf.upfronthosting.co.za>
2015-04-24 08:24:24serhiy.storchakalinkissue20180 messages
2015-04-24 08:24:24serhiy.storchakacreate