]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97527: IDLE - fix buggy macosx patch (#98313)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 16 Oct 2022 14:23:11 +0000 (10:23 -0400)
committerGitHub <noreply@github.com>
Sun, 16 Oct 2022 14:23:11 +0000 (10:23 -0400)
commit35fa5d5e7f2b0971b39b2659dc70cb77e34a7dd6
tree3f8f5e6ec53481d061e3ef53be3bd856d4f01aa1
parentf6b1e4048dc353aecfbfbae07de8212900632098
gh-97527: IDLE - fix buggy macosx patch (#98313)

#97530 fixed IDLE tests possibly crashing on a Mac without a GUI.
But it resulted in IDLE not starting in 3.10.8, 3.12.0a1, and
Microsoft Python 3.10.2288.0 when test/* is not installed.
After this patch, test.* is only imported when testing on Mac.
Lib/idlelib/NEWS.txt
Lib/idlelib/macosx.py
Misc/NEWS.d/next/IDLE/2022-10-15-21-20-40.gh-issue-97527.otAHJM.rst [new file with mode: 0644]