Skip to content

Commit 8a8ed35

Browse files
Remove unused stubtest whitelist entries (#4643)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 473044c commit 8a8ed35

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/stubtest_whitelists/py36.txt

-2
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@ xml.etree.cElementTree.TreeBuilder.start # bpo-39495
7474
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
7575
# These enums derive from (int, IntEnum) or (str, Enum). See comment in py3_common.txt
7676
enum.IntFlag.__new__
77-
pstats.SortKey.__new__
7877
re.RegexFlag.__new__
7978
socket.AddressInfo.__new__
8079
socket.MsgFlag.__new__
8180
ssl.Options.__new__
82-
ssl.TLSVersion.__new__
8381
ssl.VerifyFlags.__new__
8482
ssl.VerifyMode.__new__
8583
tkinter.EventType.__new__

tests/stubtest_whitelists/py39.txt

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ collections.abc.Coroutine.send
146146
collections.abc.Coroutine.throw
147147
collections.abc.Generator.send
148148
collections.abc.Generator.throw
149-
contextlib.AbstractContextManager.__exit__
150149
contextlib.AsyncExitStack.callback
151150
contextlib.AsyncExitStack.push_async_callback
152151
contextlib.ExitStack.callback

0 commit comments

Comments
 (0)