]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43534: Fix the turtle module working with multiple root windows GH-25593
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Apr 2021 01:54:41 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 01:54:41 +0000 (18:54 -0700)
commitb47f05157bd05c5825c26389af5be3064a2c1313
tree51e1d2d3b302f705b745f390618ae81fe146ac58
parent2b475dc1ffd9c221a137534bc8236818b166cb85
bpo-43534: Fix the turtle module working with multiple root windows GH-25593

(cherry picked from commit 8af929fc76f21fb123f6a47cb3ebcf4e5b758dea)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/turtle.py
Misc/NEWS.d/next/Library/2021-04-25-13-34-13.bpo-43937.isx95l.rst [new file with mode: 0644]