]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: Condense run.main threading.Thread start. (#106125)
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 27 Jun 2023 17:12:56 +0000 (13:12 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 17:12:56 +0000 (13:12 -0400)
commiteaa1eae55ea66d74c5303924320185dac74d4eb1
tree6e15c261ca9919caab8fec820a4517c37901d60e
parent9126a6a9ce3772d5dc785cbee159b07a1ff7d531
IDLE: Condense run.main threading.Thread start. (#106125)

Use daemon argument added in 3.3 and directly call .start.
Remove now unused 'sockthread' name.
Lib/idlelib/run.py