Skip to content

Commit 0373f91

Browse files
committed
Tweak stubtest allowlist
1 parent 5f1a975 commit 0373f91

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

allowlist.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,22 +111,21 @@ trio.socket.fromshare
111111
trio.socket.ntohl
112112

113113
# Not present in stub (but maybe should be?)
114-
trio.DTLSChannel
115-
trio.DTLSEndpoint
116114
trio.MultiError.derive
117115
trio.NeedHandshakeError
118116
trio.Path.hardlink_to
119117
trio.Path.is_mount
120118
trio.Path.link_to
121119
trio.Path.readlink
120+
trio.Process.aclose
122121
trio.Process.encoding
123122
trio.Process.errors
124123
trio.Process.universal_newlines
125124
trio.TrioDeprecationWarning
126125
trio.lowlevel.FdStream.close
127-
trio.lowlevel.open_process
128126

129127
# NoPublicConstructor
128+
trio.DTLSChannel.__init__
130129
trio.MemoryReceiveChannel.__init__
131130
trio.MemorySendChannel.__init__
132131
trio.Nursery.__init__

0 commit comments

Comments
 (0)