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
windows-release
ci.yml -rw-r--r-- 3.3 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 590 bytes
posix-steps.yml -rw-r--r-- 2.6 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top