mirror of
https://github.com/python/cpython.git
synced 2026-05-20 03:14:26 -04:00
9652baaf44
The problem was that pyconfig.h was being included before some system headers which caused redefinitions and other breakage. This moves system headers after expat_config.h which includes pyconfig.h.