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

PEP 7 requires C99 to build Python, but I think that we can try to keep C89 compatibility for the public header files (Python C API).
History
Date User Action Args
2020-06-17 12:30:50vstinnersetrecipients: + vstinner, lemburg, ronaldoussoren, pitrou, scoder, ezio.melotti, methane, serhiy.storchaka, corona10, miss-islington
2020-06-17 12:30:50vstinnersetmessageid: <1592397050.01.0.631649161046.issue36346@roundup.psfhosted.org>
2020-06-17 12:30:50vstinnerlinkissue36346 messages
2020-06-17 12:30:49vstinnercreate