Skip to content

[3.14] gh-68453: Fix IDLE -s together with -c, -r or - (GH-157592) - #157641

Merged
terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-9cc3547-3.14
Sep 16, 2026
Merged

terryjreedy merged 1 commit into
python:3.14from
miss-islington:backport-9cc3547-3.14

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

The startup file runs in the subprocess asynchronously, so the command
or script was queued while it was still executing: an "Already
executing" dialog was shown, sys.argv was not set, and the subprocess
was restarted, discarding the startup file. Wait for the startup file
to finish first.
(cherry picked from commit 9cc3547)

Co-authored-by: Serhiy Storchaka [email protected]
Co-authored-by: Claude Opus 5 (1M context) [email protected]

The startup file runs in the subprocess asynchronously, so the command
or script was queued while it was still executing: an "Already
executing" dialog was shown, sys.argv was not set, and the subprocess
was restarted, discarding the startup file. Wait for the startup file
to finish first.
(cherry picked from commit 9cc3547)

Co-authored-by: Serhiy Storchaka <[email protected]>
Co-authored-by: Claude Opus 5 (1M context) <[email protected]>
@terryjreedy
terryjreedy merged commit 9e76aa3 into python:3.14 Sep 16, 2026
51 checks passed
@miss-islington
miss-islington deleted the backport-9cc3547-3.14 branch September 16, 2026 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants