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 methane
Recipients corona10, ezio.melotti, lemburg, methane, miss-islington, pitrou, ronaldoussoren, scoder, serhiy.storchaka, vstinner
Date 2020-06-17.12:27:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592396869.31.0.932957131087.issue36346@roundup.psfhosted.org>
In-reply-to
Content
Oh, why I can not use C99?

```
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Include/cpython/unicodeobject.h: In function ‘Py_UNICODE_FILL’:
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Include/cpython/unicodeobject.h:56:5: error: ‘for’ loop initial declarations are only allowed in C99 mode
     for (Py_ssize_t i = 0; i < length; i++) {
     ^
/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Include/cpython/unicodeobject.h:56:5: note: use option -std=c99 or -std=gnu99 to compile your code
```
History
Date User Action Args
2020-06-17 12:27:49methanesetrecipients: + methane, lemburg, ronaldoussoren, pitrou, scoder, vstinner, ezio.melotti, serhiy.storchaka, corona10, miss-islington
2020-06-17 12:27:49methanesetmessageid: <1592396869.31.0.932957131087.issue36346@roundup.psfhosted.org>
2020-06-17 12:27:49methanelinkissue36346 messages
2020-06-17 12:27:49methanecreate