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
Raw File
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
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top