mirror of
https://github.com/python/cpython.git
synced 2026-07-09 11:36:26 -04:00
a5e628beb8
To avoid having the debug sections being optimised away by the compiler we use __attribute__((used)) on gcc and clang but in Windows this is not supported by the Microsoft compiler and there is no equivalent flag. Unfortunately Windows offers almost no alternative other than exporting the symbol in the dynamic table or using it somehow.
Source files for standard library extension modules, and former extension modules that are now builtin modules.