Skip to content

Commit 0096eae

Browse files
committed
Add stubtest allowlist entry
1 parent 2015fa4 commit 0096eae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ asyncio.locks.Condition.acquire
234234
asyncio.locks.Condition.locked
235235
asyncio.locks.Condition.release
236236

237+
builtins.function # stubtest believes this exists in the stubs when it doesn't
237238
builtins.memoryview.__contains__ # C type that implements __getitem__
238239
builtins.reveal_locals # Builtins that type checkers pretends exist
239240
builtins.reveal_type # Builtins that type checkers pretends exist

0 commit comments

Comments
 (0)