Message276390
| Author |
christian.heimes |
| Recipients |
benjamin.peterson, christian.heimes, python-dev, serhiy.storchaka, vstinner |
| Date |
2016年09月14日.07:48:18 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1473839298.2.0.352538591903.issue28119@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Thanks! You fixed the problem and Coverity is no longer complaining. The code is more readable, too.
Are you talking about these lines? Yes, they were confusing me.
if (locale_info->thousands_sep == NULL) {
Py_DECREF(locale_info->decimal_point);
} |
|