Skip to content

stubtest: remove unused whitelist entries #4217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tests/stubtest_whitelists/py37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions tests/stubtest_whitelists/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
4 changes: 0 additions & 4 deletions tests/stubtest_whitelists/py39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
10 changes: 0 additions & 10 deletions tests/stubtest_whitelists/py3_common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,7 @@ concurrent.futures.Executor.map
concurrent.futures._base.Executor.map
concurrent.futures.ProcessPoolExecutor.map
concurrent.futures.process.ProcessPoolExecutor.map
configparser.DuplicateOptionError.__init__
configparser.DuplicateSectionError.__init__
configparser.Error.__init__
configparser.InterpolationDepthError.__init__
configparser.InterpolationError.__init__
configparser.InterpolationMissingOptionError.__init__
configparser.LegacyInterpolation.before_get
configparser.MissingSectionHeaderError.__init__
configparser.NoOptionError.__init__
configparser.NoSectionError.__init__
configparser.ParsingError.__init__
configparser.SectionProxy.__getattr__
configparser.SectionProxy.getboolean
configparser.SectionProxy.getfloat
Expand Down