Message212283
> Barring c++, are we using any C compilers that don't support inlines?
CPython advertises itself as C89 compliant, and C89 doesn't have inlines. You need to go to C99 to get inlines.
And before you ask--yes, we support a compiler that is not C99 compliant: Microsoft Visual C++. I'm pretty sure it does have inline support though.
It's possible that every platform officially supported by CPython has a C compiler that supports inlines. I'm pretty sure people compile Python on unsupported platforms whose compilers don't have inlines (e.g. OS/2). Anyway, you'd have to get Guido to agree to breaking C89 compatibility, it's not something you could do locally on this patch without (most likely) a big drawn-out discussion on python-dev. |
|
Date |
User |
Action |
Args |
2014-02-26 18:23:40 | larry | set | recipients:
+ larry, loewis, brett.cannon, georg.brandl, rhettinger, pitrou, kristjan.jonsson, vstinner, taleinat, benjamin.peterson, Arfrever, skrah, serhiy.storchaka |
2014-02-26 18:23:40 | larry | set | messageid: <1393439020.9.0.0732766529279.issue20440@psf.upfronthosting.co.za> |
2014-02-26 18:23:40 | larry | link | issue20440 messages |
2014-02-26 18:23:40 | larry | create | |
|