@@ -117,9 +117,6 @@ asyncio.selector_events.BaseSelectorEventLoop.sock_sendto
117117asyncio.sslproto.AppProtocolState
118118asyncio.sslproto.SSLAgainErrors
119119asyncio.sslproto.SSLProtocol.__init__
120- asyncio.sslproto.SSLProtocol._finalize
121- asyncio.sslproto.SSLProtocol._process_write_backlog
122- asyncio.sslproto.SSLProtocol._write_appdata
123120asyncio.sslproto.SSLProtocol.buffer_updated
124121asyncio.sslproto.SSLProtocol.data_received
125122asyncio.sslproto.SSLProtocol.get_buffer
@@ -134,7 +131,6 @@ asyncio.taskgroups.TaskGroup.create_task
134131asyncio.tasks.create_task
135132asyncio.timeout
136133asyncio.timeout_at
137- asyncio.trsock.TransportSocket._na
138134asyncio.unix_events.SelectorEventLoop.create_unix_connection
139135asyncio.unix_events.SelectorEventLoop.create_unix_server
140136asyncio.unix_events._UnixSelectorEventLoop.create_unix_connection
@@ -182,8 +178,6 @@ fractions.Fraction.__int__
182178fractions.Fraction.__new__
183179ftplib.FTP.trust_server_pasv_ipv4_address
184180functools.partial.__vectorcalloffset__
185- gettext.NullTranslations.lgettext
186- gettext.NullTranslations.lngettext
187181gettext.install
188182hmac.new
189183http.HTTPMethod.description
@@ -193,9 +187,7 @@ importlib.abc.Traversable.__init__
193187importlib.metadata.EntryPoint.__init__
194188importlib.metadata.PackageMetadata.__init__
195189importlib.metadata._meta.PackageMetadata.__init__
196- importlib.metadata._meta.SimplePath.__div__
197190importlib.metadata._meta.SimplePath.__init__
198- importlib.metadata._meta.SimplePath.__truediv__
199191importlib.resources.Resource
200192inspect._ParameterKind.description
201193ipaddress.IPv4Interface.hostmask
@@ -207,13 +199,6 @@ logging.LoggerAdapter.__class_getitem__
207199logging.StreamHandler.__class_getitem__
208200logging.getLevelNamesMapping
209201logging.handlers.SysLogHandler.createSocket
210- mmap.MAP_STACK
211- modulefinder.EXTENDED_ARG
212- modulefinder.IMPORT_NAME
213- modulefinder.LOAD_CONST
214- modulefinder.STORE_GLOBAL
215- modulefinder.STORE_NAME
216- modulefinder.STORE_OPS
217202multiprocessing.managers.SharedMemoryServer.create
218203multiprocessing.managers.SharedMemoryServer.list_segments
219204multiprocessing.managers.SharedMemoryServer.public
@@ -226,8 +211,7 @@ operator.attrgetter.__vectorcalloffset__
226211operator.itemgetter.__vectorcalloffset__
227212os.PathLike.__class_getitem__
228213os.path.join
229- pdb.Pdb._runmodule
230- pdb.Pdb._runscript
214+ os.popen
231215pickle.Pickler.reducer_override
232216platform.uname_result.__match_args__
233217platform.uname_result.__new__
@@ -339,7 +323,6 @@ unicodedata.UCD.is_normalized
339323unittest.TestCase._addSkip
340324unittest.case.TestCase._addSkip
341325unittest.doModuleCleanups
342- urllib.parse.MAX_CACHE_SIZE
343326urllib.request.FancyURLopener.http_error_308
344327urllib.request.HTTPRedirectHandler.http_error_308
345328weakref.ProxyType.__reversed__
0 commit comments