mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code. Making the session opaque requires adding the following internal-only functions: * _PyXI_NewSession() * _PyXI_FreeSession() * _PyXI_GetMainNamespace()
Miscellaneous source files for the main Python shared library