From c6ca1d87a4976e72ada9ec589c6bede367ba071e Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 8 Jun 2020 12:11:01 +0200 Subject: [PATCH] Remove unused whiteliste entries --- tests/stubtest_whitelists/linux-py38.txt | 6 ------ tests/stubtest_whitelists/py36.txt | 2 -- tests/stubtest_whitelists/py37.txt | 6 ------ tests/stubtest_whitelists/py38.txt | 6 ------ tests/stubtest_whitelists/py39.txt | 8 -------- 5 files changed, 28 deletions(-) diff --git a/tests/stubtest_whitelists/linux-py38.txt b/tests/stubtest_whitelists/linux-py38.txt index 4e0d114e9e3a..74a735d0c33f 100644 --- a/tests/stubtest_whitelists/linux-py38.txt +++ b/tests/stubtest_whitelists/linux-py38.txt @@ -1,8 +1,2 @@ -os.MFD_HUGE_32MB -os.MFD_HUGE_512MB -site.getsitepackages -site.getuserbase -site.getusersitepackages time.CLOCK_PROF time.CLOCK_UPTIME -typing.IO.closed # Incorrect definition in CPython, fixed in bpo-39493 \ No newline at end of file diff --git a/tests/stubtest_whitelists/py36.txt b/tests/stubtest_whitelists/py36.txt index 8532cff3f894..045c8b644144 100644 --- a/tests/stubtest_whitelists/py36.txt +++ b/tests/stubtest_whitelists/py36.txt @@ -39,8 +39,6 @@ secrets.SystemRandom.getstate smtplib.SMTP.sendmail sre_compile.dis ssl.SSLSocket.__init__ -tkinter.Menu.tk_bindForTraversal -tkinter.Misc.tk_menuBar typing.AbstractSet.isdisjoint typing.AsyncGenerator.ag_await typing.AsyncGenerator.ag_code diff --git a/tests/stubtest_whitelists/py37.txt b/tests/stubtest_whitelists/py37.txt index 6b494f0ae1f8..3b339b9ae8f4 100644 --- a/tests/stubtest_whitelists/py37.txt +++ b/tests/stubtest_whitelists/py37.txt @@ -2,11 +2,7 @@ asyncio.AbstractEventLoop.sock_sendfile asyncio.compat # Removed in 3.7 asyncio.Future.__init__ asyncio.Future._callbacks -asyncio.Handle.__init__ -asyncio.TimerHandle.__init__ asyncio.events.AbstractEventLoop.sock_sendfile -asyncio.events.Handle.__init__ -asyncio.events.TimerHandle.__init__ asyncio.exceptions # Added in Python 3.8 asyncio.futures.Future.__init__ asyncio.futures.Future._callbacks @@ -51,8 +47,6 @@ smtplib.SMTP.sendmail sre_constants.RANGE_IGNORE ssl.PROTOCOL_SSLv3 ssl.RAND_egd -tkinter.Menu.tk_bindForTraversal -tkinter.Misc.tk_menuBar types.ClassMethodDescriptorType.__get__ types.MethodDescriptorType.__get__ types.WrapperDescriptorType.__get__ diff --git a/tests/stubtest_whitelists/py38.txt b/tests/stubtest_whitelists/py38.txt index f303cac35d6a..f9da7503ed00 100644 --- a/tests/stubtest_whitelists/py38.txt +++ b/tests/stubtest_whitelists/py38.txt @@ -9,11 +9,7 @@ asyncio.AbstractEventLoop.sock_sendfile asyncio.compat # removed in 3.7 asyncio.Future.__init__ asyncio.Future._callbacks -asyncio.Handle.__init__ -asyncio.TimerHandle.__init__ asyncio.events.AbstractEventLoop.sock_sendfile -asyncio.events.Handle.__init__ -asyncio.events.TimerHandle.__init__ asyncio.futures.Future.__init__ asyncio.futures.Future._callbacks asyncio.proactor_events._ProactorBasePipeTransport.__del__ @@ -79,8 +75,6 @@ ssl.PROTOCOL_SSLv3 ssl.RAND_egd sys.UnraisableHookArgs threading.ExceptHookArgs -tkinter.Menu.tk_bindForTraversal -tkinter.Misc.tk_menuBar types.ClassMethodDescriptorType.__get__ types.CodeType.replace types.MethodDescriptorType.__get__ diff --git a/tests/stubtest_whitelists/py39.txt b/tests/stubtest_whitelists/py39.txt index 7257211be221..a636f4f795ef 100644 --- a/tests/stubtest_whitelists/py39.txt +++ b/tests/stubtest_whitelists/py39.txt @@ -15,11 +15,7 @@ asyncio.AbstractEventLoop.sock_sendfile asyncio.compat # removed in 3.7 asyncio.Future.__init__ asyncio.Future._callbacks -asyncio.Handle.__init__ -asyncio.TimerHandle.__init__ asyncio.events.AbstractEventLoop.sock_sendfile -asyncio.events.Handle.__init__ -asyncio.events.TimerHandle.__init__ asyncio.futures.Future.__init__ asyncio.futures.Future._callbacks asyncio.proactor_events._ProactorBasePipeTransport.__del__ @@ -131,8 +127,6 @@ multiprocessing.pool.RUN multiprocessing.pool.TERMINATE multiprocessing.spawn._main nntplib.NNTP.starttls -os.MFD_HUGE_32MB -os.MFD_HUGE_512MB os.getgrouplist os.initgroups os.pipe2 @@ -176,8 +170,6 @@ sys.UnraisableHookArgs threading.ExceptHookArgs time.CLOCK_PROF time.CLOCK_UPTIME -tkinter.Menu.tk_bindForTraversal -tkinter.Misc.tk_menuBar trace.Trace.runfunc types.ClassMethodDescriptorType.__get__ types.CodeType.replace