]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jun 2023 17:35:48 +0000 (10:35 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 17:35:48 +0000 (17:35 +0000)
commit264b54bf51dfbc1c6901389eb4bf8c2f8ea542a7
treed815b5915a075f049bd61984b1b13fd1adb3141b
parent0555722a8a4a6555153c37617f7fb17e7f7f86a8
[3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154)

IDLE: Condense run.main threading.Thread start. (GH-106125)

Use daemon argument added in 3.3 and directly call .start.
Remove now unused 'sockthread' name.
(cherry picked from commit eaa1eae55ea66d74c5303924320185dac74d4eb1)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/run.py