Message274326
| Author |
ztane |
| Recipients |
Demur Rumed, eric.smith, mjpieters, rhettinger, serhiy.storchaka, ztane |
| Date |
2016年09月03日.20:40:37 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1472935237.8.0.624177369821.issue27078@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I tried to post a comment on rietveld, but 500 infernal error...
PyUnicode_New(0, 0) will return unicode_empty. If unicode_empty is NULL, then it will also initialize it. It would be cleanest if unicode_empty was statically created.
NULL cannot be used as the separator argument to `PyUnicode_Join(PyObject *separator, PyObject *seq)` to mean an empty string, as it already means ' ' (space!). |
|