Message347203
> PEP 7 uses C99 since Python 3.6: https://www.python.org/dev/peps/pep-0007/#c-dialect
That's not what the PEP says: "Python versions greater than or equal to 3.6 use C89 with several select C99 features"
"several select C99 features" is not the same of using C99.
Plus, I'm also worried about C++. We also support compiling C++ extensions with the same header files, so it must be C++ compatible also. |
|
| Date |
User |
Action |
Args |
| 2019-07-03 09:46:01 | jdemeyer | set | recipients:
+ jdemeyer, vstinner, methane |
| 2019-07-03 09:46:01 | jdemeyer | set | messageid: <1562147161.31.0.144472808919.issue37483@roundup.psfhosted.org> |
| 2019-07-03 09:46:01 | jdemeyer | link | issue37483 messages |
| 2019-07-03 09:46:00 | jdemeyer | create | |
|