mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Fix a crash in the _ast module: it can no longer be loaded more than once. It now uses a global state rather than a module state. * Move _ast module state: use a global state instead. * Set _astmodule.m_size to -1, so the extension cannot be loaded more than once.
Miscellaneous source files for the main Python shared library