mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
4a4ac3ab4d
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