mirror of
https://github.com/python/cpython.git
synced 2026-07-29 05:08:36 -04:00
console.compile with the "single" param throws an exception when
there are multiple statements, never allowing to adding newlines
to a pasted code block (gh-121610)
This adds a few extra checks to allow extending when in an indented
block, and tests for a few examples.
(cherry picked from commit 7d111dac16)
Co-authored-by: saucoide <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>