Skip to content

Commit

Permalink
stubtest: remove unused whitelist entries (python#4217)
Browse files Browse the repository at this point in the history
Co-authored-by: hauntsaninja <>
  • Loading branch information
hauntsaninja authored and Vishal Kuo committed Jun 26, 2020
1 parent f9ce018 commit be2731f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
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

0 comments on commit be2731f

Please sign in to comment.