mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
faf626b8cc
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.