Skip to content

Commit f52a046

Browse files
comment
1 parent ace9cf5 commit f52a046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_signal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import _thread
21
import enum
32
import errno
43
import inspect
@@ -1408,6 +1407,7 @@ def handler(a, b):
14081407
self.assertTrue(is_ok)
14091408

14101409
def test__thread_interrupt_main(self):
1410+
# See https://github.com/python/cpython/issues/102397
14111411
code = """if 1:
14121412
import _thread
14131413
class Foo():

0 commit comments

Comments
 (0)