Skip to content

gh-111201: Allow pasted code to contain multiple statements in the REPL - #118712

Merged
ambv merged 8 commits into
python:mainfrom
pablogsal:nopastebreak
May 7, 2024
Merged

gh-111201: Allow pasted code to contain multiple statements in the REPL#118712
ambv merged 8 commits into
python:mainfrom
pablogsal:nopastebreak

Conversation

@pablogsal

@pablogsalpablogsal commented May 7, 2024

Copy link
Copy Markdown
Member

@bedevere-appbedevere-appBot mentioned this pull request May 7, 2024
7 tasks
Comment threadLib/test/test_pyrepl.py Outdated
@ambv
ambv enabled auto-merge (squash) May 7, 2024 14:20


if __name__ == "__main__":
if __name__ == '__main__':

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WHAT IS THIS

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The resistance won't be defeated

@ambv
ambv merged commit a94ac56 into python:mainMay 7, 2024
SonicField pushed a commit to SonicField/cpython that referenced this pull request May 8, 2024
…the REPL (python#118712)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
@ambvambv added the topic-repl Related to the interactive shell label May 23, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstopic-replRelated to the interactive shell

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@pablogsal@ambv@lysnikolaou