mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
As noted in the new tests, there are a few situations we must carefully accommodate for functions that get pickled during interp.call(). We do so by running the script from the main interpreter's __main__ module in a hidden module in the other interpreter. That hidden module is used as the function __globals__.
Miscellaneous source files for the main Python shared library