8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f524da commit e2ef501Copy full SHA for e2ef501
Lib/test/test_idle.py
@@ -3,7 +3,7 @@
3
from test.support import check_sanitizer
4
5
if check_sanitizer(address=True, memory=True):
6
- raise unittest.SkipTest("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds")
+ raise unittest.SkipTest("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds")
7
8
# Skip test_idle if _tkinter wasn't built, if tkinter is missing,
9
# if tcl/tk is not the 8.5+ needed for ttk widgets,
Lib/test/test_tix.py
@@ -5,7 +5,7 @@
10
11
# Skip this test if the _tkinter module wasn't built.
0 commit comments