mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
a94c7528b5
Run debugger scripts in their own namespaces Previously scripts injected by `sys.remote_exec` were run with the globals of the `__main__` module. Instead, run each injected script with an empty set of globals. If someone really wants to use the `__main__` module's namespace, they can always `import __main__`.
Miscellaneous source files for the main Python shared library