File tree 2 files changed +0
-3
lines changed
tests/stubtest_whitelists
2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,10 @@ xml.etree.cElementTree.TreeBuilder.start # bpo-39495
74
74
xml.parsers.expat.XMLParserType.ExternalEntityParserCreate
75
75
# These enums derive from (int, IntEnum) or (str, Enum). See comment in py3_common.txt
76
76
enum.IntFlag.__new__
77
- pstats.SortKey.__new__
78
77
re.RegexFlag.__new__
79
78
socket.AddressInfo.__new__
80
79
socket.MsgFlag.__new__
81
80
ssl.Options.__new__
82
- ssl.TLSVersion.__new__
83
81
ssl.VerifyFlags.__new__
84
82
ssl.VerifyMode.__new__
85
83
tkinter.EventType.__new__
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ collections.abc.Coroutine.send
146
146
collections.abc.Coroutine.throw
147
147
collections.abc.Generator.send
148
148
collections.abc.Generator.throw
149
- contextlib.AbstractContextManager.__exit__
150
149
contextlib.AsyncExitStack.callback
151
150
contextlib.AsyncExitStack.push_async_callback
152
151
contextlib.ExitStack.callback
You can’t perform that action at this time.
0 commit comments