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:
Peter Bierma 2025-07-20 20:49:00 +02:00 committed by GitHub
parent e24c66d55a
commit 8f59fbb082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 47 additions and 1 deletions

View file

@ -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,