Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turtle uses the default root window #88103

Closed
serhiy-storchaka opened this issue Apr 25, 2021 · 1 comment
Closed

Turtle uses the default root window #88103

serhiy-storchaka opened this issue Apr 25, 2021 · 1 comment
Labels
3.8 only security fixes 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 43937
Nosy @serhiy-storchaka, @willingc, @miss-islington
PRs
  • bpo-43937: Fix the turtle module working with multiple root windows #25591
  • [3.9] bpo-43937: Fix the turtle module working with multiple root windows (GH-25591) #25593
  • [3.8] bpo-43937: Fix the turtle module working with multiple root windows (GH-25591) #25594
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2021-04-30.22:14:15.671>
    created_at = <Date 2021-04-25.10:31:38.905>
    labels = ['3.8', 'type-bug', 'library', '3.9', '3.10']
    title = 'Turtle uses the default root window'
    updated_at = <Date 2021-04-30.22:14:15.671>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2021-04-30.22:14:15.671>
    actor = 'terry.reedy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-04-30.22:14:15.671>
    closer = 'terry.reedy'
    components = ['Library (Lib)']
    creation = <Date 2021-04-25.10:31:38.905>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43937
    keywords = ['patch']
    message_count = 1.0
    messages = ['391849']
    nosy_count = 4.0
    nosy_names = ['gregorlingl', 'serhiy.storchaka', 'willingc', 'miss-islington']
    pr_nums = ['25591', '25593', '25594']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue43937'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    @serhiy-storchaka
    Copy link
    Member Author

    Some of methods in the turtle module implicitly use the default root window: call global mainloop() and create PhotoImage without specifying the master window. It can cause a problem if multiple root windows are used.

    @serhiy-storchaka serhiy-storchaka added 3.8 only security fixes 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Apr 25, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes 3.10 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants