remove duplicate allowlist entry (#13074)

asyncio.base_events.BaseEventLoop.subprocess_exec is in both
common.txt and py310.txt for some reason
This commit is contained in:
Stephen Morton
2024-11-22 22:26:08 -08:00
committed by GitHub
parent 055857c318
commit b5ce9c5069

View File

@@ -1,6 +1,5 @@
_collections_abc.AsyncGenerator.athrow # async at runtime, deliberately not in the stub, see #7491. Pos-only differences also.
_weakref.ProxyType.__reversed__ # Doesn't really exist
asyncio.base_events.BaseEventLoop.subprocess_exec # BaseEventLoop adds several parameters and stubtest fails on the difference if we add them
builtins.float.__setformat__ # Internal method for CPython test suite
builtins.property.__set_name__ # Doesn't actually exist
_?bz2.BZ2Decompressor.__init__ # function does not accept parameters but C signature is set