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 a73b47f commit fb5d60bCopy full SHA for fb5d60b
Lib/test/test_inspect/test_inspect.py
@@ -6280,7 +6280,8 @@ def test_sysconfig_module_has_signatures(self):
6280
6281
def test_threading_module_has_signatures(self):
6282
import threading
6283
- self._test_module_has_signatures(threading)
+ no_signature = {'RLock'}
6284
+ self._test_module_has_signatures(threading, no_signature)
6285
self.assertIsNotNone(inspect.signature(threading.__excepthook__))
6286
6287
def test_thread_module_has_signatures(self):
0 commit comments