cpython/Misc/NEWS.d/next/Library/2024-06-22-17-01-56.gh-issu...

4 lines
176 B
ReStructuredText

Fix regression in the new REPL that meant that globals from files passed
using the ``-i`` argument would not be included in the REPL's global
namespace. Patch by Alex Waygood.