This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Roman Yurchak, Simon Biggs, barry, brett.cannon, christian.heimes, corona10, erlendaasland, ethan smith, mcepl, miss-islington, pmpp, rdb, terry.reedy, xtreak
Date 2022-04-07.15:53:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649346791.15.0.0695718788474.issue40280@roundup.psfhosted.org>
In-reply-to
Content
Christian: IDLE and test_idle require threading. I once tested for threading in test_idle (not sure about IDLE itself) but removed the test when threading was made supposedly non-optional.  Test_idle still tests for tkinter and idlelib.  For PR 32352. did you miss IDLE's requirement or is tkinter and hence IDLE and its test not included on WASM/emscripten?  Will it never be?
History
Date User Action Args
2022-04-07 15:53:11terry.reedysetrecipients: + terry.reedy, barry, brett.cannon, christian.heimes, mcepl, pmpp, rdb, ethan smith, corona10, miss-islington, Roman Yurchak, xtreak, erlendaasland, Simon Biggs
2022-04-07 15:53:11terry.reedysetmessageid: <1649346791.15.0.0695718788474.issue40280@roundup.psfhosted.org>
2022-04-07 15:53:11terry.reedylinkissue40280 messages
2022-04-07 15:53:11terry.reedycreate