From 895f832ecbc24fad4a78bee13e19ac8416bfc1e6 Mon Sep 17 00:00:00 2001 From: hauntsaninja <> Date: Sun, 28 Nov 2021 20:14:49 -0800 Subject: [PATCH] Fix allowlists Broken by https://github.com/python/typeshed/pull/6439 --- tests/stubtest_allowlists/py36.txt | 1 + tests/stubtest_allowlists/py37.txt | 1 + tests/stubtest_allowlists/py38.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/stubtest_allowlists/py36.txt b/tests/stubtest_allowlists/py36.txt index b4c0e2d2f7f0..f10811e38ce1 100644 --- a/tests/stubtest_allowlists/py36.txt +++ b/tests/stubtest_allowlists/py36.txt @@ -2,6 +2,7 @@ _collections_abc.AsyncGenerator.ag_await _collections_abc.AsyncGenerator.ag_code _collections_abc.AsyncGenerator.ag_frame _collections_abc.AsyncGenerator.ag_running +_dummy_threading asyncio.Future.__init__ # Usually initialized from c object asyncio.exceptions # Added in Python 3.8 asyncio.format_helpers # Added in Python 3.7 diff --git a/tests/stubtest_allowlists/py37.txt b/tests/stubtest_allowlists/py37.txt index 968cfd67cccf..cc23ab809094 100644 --- a/tests/stubtest_allowlists/py37.txt +++ b/tests/stubtest_allowlists/py37.txt @@ -2,6 +2,7 @@ _collections_abc.AsyncGenerator.ag_await _collections_abc.AsyncGenerator.ag_code _collections_abc.AsyncGenerator.ag_frame _collections_abc.AsyncGenerator.ag_running +_dummy_threading asyncio.compat # Removed in 3.7 asyncio.Future.__init__ # Usually initialized from c object asyncio.Future._callbacks # Usually initialized from c object diff --git a/tests/stubtest_allowlists/py38.txt b/tests/stubtest_allowlists/py38.txt index 249e9c4a56b5..5188b0510c4f 100644 --- a/tests/stubtest_allowlists/py38.txt +++ b/tests/stubtest_allowlists/py38.txt @@ -5,6 +5,7 @@ _collections_abc.AsyncGenerator.ag_running _collections_abc.ItemsView.__reversed__ _collections_abc.KeysView.__reversed__ _collections_abc.ValuesView.__reversed__ +_dummy_threading ast.Bytes.__new__ ast.Ellipsis.__new__ ast.NameConstant.__new__