Skip to content

bpo-26571: fix Turtle Terminator Exception - #19465

Closed
furkanonder wants to merge 2 commits into
python:mainfrom
furkanonder:bpo-26571
Closed

bpo-26571: fix Turtle Terminator Exception#19465
furkanonder wants to merge 2 commits into
python:mainfrom
furkanonder:bpo-26571

Conversation

@furkanonder

@furkanonder furkanonder commented Apr 10, 2020

Copy link
Copy Markdown
Contributor

@terryjreedy terryjreedy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think Robert Harder's fix setting running in ts.init should be considered. I think the purpose of the exception is to shut down if someone writes a program that makes turtle calls after closing turtle down and before opening another.

Note: my Python development system will not boot and is still being diagnosed. So I cannot test anything at the moment.

Comment thread Lib/turtle.py
Comment thread Lib/turtle.py
Comment thread Lib/turtle.py
@furkanonder furkanonder changed the title bpo-26571: fix Terminator Exception bpo-26571: fix Turtle Terminator Exception May 3, 2020
@furkanonder
furkanonder requested a review from terryjreedy May 4, 2020 06:17
@gotyaoi gotyaoi mannequin mentioned this pull request Apr 10, 2022
@furkanonder furkanonder closed this by deleting the head repository Dec 23, 2022
@furkanonder furkanonder reopened this Dec 23, 2022
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 7, 2026
@serhiy-storchaka

Copy link
Copy Markdown
Member

Superseded by #30355, which takes the approach @terryjreedy suggested here: setting _RUNNING in TurtleScreen.__init__ instead of removing the exception. Thank you for the patch, and sorry it sat so long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants