Message 241925 - Python tracker
Message241925
| 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: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 | |