mirror of
https://github.com/python/cpython.git
synced 2026-05-20 19:33:12 -04:00
87c6cf9aa7
When Python is built with "./configure --enable-pystats" (if the Py_STATS macro is defined), the _Py_GetSpecializationStats() function must be exported, since it's used by the _opcode extension which is built as a shared library.