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 ace9cf5 commit f52a046Copy full SHA for f52a046
1 file changed
Lib/test/test_signal.py
@@ -1,4 +1,3 @@
1
-import _thread
2
import enum
3
import errno
4
import inspect
@@ -1408,6 +1407,7 @@ def handler(a, b):
1408
1407
self.assertTrue(is_ok)
1409
1410
def test__thread_interrupt_main(self):
+ # See https://github.com/python/cpython/issues/102397
1411
code = """if 1:
1412
import _thread
1413
class Foo():
0 commit comments