mirror of
https://github.com/python/cpython.git
synced 2026-08-01 14:45:00 -04:00
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.