mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-117907: Fix test_inspect for the build with enabled tracing references (GH-117922)
This commit is contained in:
parent
8429b4565d
commit
44890b209e
1 changed files with 2 additions and 0 deletions
|
|
@ -5338,6 +5338,8 @@ def test_types_module_has_signatures(self):
|
|||
|
||||
def test_sys_module_has_signatures(self):
|
||||
no_signature = {'getsizeof', 'set_asyncgen_hooks'}
|
||||
no_signature |= {name for name in ['getobjects']
|
||||
if hasattr(sys, name)}
|
||||
self._test_module_has_signatures(sys, no_signature)
|
||||
|
||||
def test_abc_module_has_signatures(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue