]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Jun 2023 17:37:20 +0000 (10:37 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 17:37:20 +0000 (17:37 +0000)
commitfbb0151e5ec14e2db5699bdb7adcc19d3c0b7267
tree2f86f486633f5f56ba8f61d689c12faea470c1c1
parent86dbf1d1129437dc9bfdd7444fe14e626faf87f1
[3.11] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106153)

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