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 48d3f68 commit fb339b6Copy full SHA for fb339b6
Lib/test/test_inspect/test_inspect.py
@@ -5916,6 +5916,7 @@ def test_sysconfig_module_has_signatures(self):
5916
def test_threading_module_has_signatures(self):
5917
import threading
5918
self._test_module_has_signatures(threading)
5919
+ self.assertIsNotNone(inspect.signature(threading.__excepthook__))
5920
5921
def test_thread_module_has_signatures(self):
5922
import _thread
0 commit comments