Staging
v0.5.1
https://github.com/python/cpython
Revision faf626b8cc6dd5c952f3fa33b09ae521388479cd authored by Peter Eisentraut on 14 March 2020, 11:47:09 UTC, committed by GitHub on 14 March 2020, 11:47:09 UTC
Some inline functions use mixed declarations and code.  These end up
visible in third-party code that includes Python.h, which might not be
using a C99 compiler.  Fix by moving the declarations first, like in
the old days.
1 parent 5208b4b
History
Tip revision: faf626b8cc6dd5c952f3fa33b09ae521388479cd authored by Peter Eisentraut on 14 March 2020, 11:47:09 UTC
Make cpython/abstract.h compatible with C90 (#18481)
Tip revision: faf626b
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.5 KB
python.c -rw-r--r-- 298 bytes

README

back to top