◐ Shell
clean mode source ↗

Message 159116 - Python tracker

My preference would also be for _frozen_importlib._bootstrap to overwrite as much evidence of itself as it can with the "real" one.

This would also mean that changes to importlib._bootstrap would actually take effect for user code almost immediately, *without* rebuilding Python, as the frozen version would *only* be used to get hold of the pure Python version.