Remove fake base class ipaddress._BaseInterface (#12949)

Also make hostmask a property to improve stubtest
This commit is contained in:
Stephen Morton
2024-11-04 06:59:21 -08:00
committed by GitHub
parent 9c8bc640a3
commit 1a4631f0d2
2 changed files with 26 additions and 17 deletions

View File

@@ -59,8 +59,6 @@ importlib.abc.Loader.exec_module # See Lib/importlib/_abc.py. Might be defined
importlib.abc.MetaPathFinder.find_spec # Not defined on the actual class, but expected to exist.
importlib.abc.PathEntryFinder.find_spec # Not defined on the actual class, but expected to exist.
importlib.machinery.ExtensionFileLoader.get_filename # Wrapped with _check_name decorator which changes runtime signature
ipaddress.IPv4Interface.hostmask
ipaddress.IPv6Interface.hostmask
ipaddress._BaseAddress.is_global
ipaddress._BaseAddress.is_link_local
ipaddress._BaseAddress.is_loopback