mirror of
https://github.com/python/cpython.git
synced 2025-12-22 16:39:14 +00:00
gh-136492: Add FrameLocalsProxyType to types (GH-136546)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
e24c66d55a
commit
8f59fbb082
8 changed files with 47 additions and 1 deletions
|
|
@ -5786,6 +5786,7 @@ class TestSignatureDefinitions(unittest.TestCase):
|
|||
'AsyncGeneratorType': {'athrow'},
|
||||
'CoroutineType': {'throw'},
|
||||
'GeneratorType': {'throw'},
|
||||
'FrameLocalsProxyType': {'setdefault', 'pop', 'get'},
|
||||
}
|
||||
self._test_module_has_signatures(types,
|
||||
unsupported_signature=unsupported_signature,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue