subprocess.Popen: __new__ -> __init__ (#8203)

This commit is contained in:
Alex Waygood
2022-06-28 19:11:03 +01:00
committed by GitHub
parent 3c959d099b
commit f69f711d5a
2 changed files with 87 additions and 91 deletions

View File

@@ -179,7 +179,6 @@ socketserver.BaseServer.server_bind # implemented in derived classes
ssl.PROTOCOL_SSLv2 # Defined only if compiled with ssl v2
ssl.Purpose.__new__ # You cannot override __new__ in NamedTuple and runtime uses namedtuple.
ssl._ASN1Object.__new__ # You cannot override __new__ in NamedTuple and runtime uses namedtuple.
subprocess.Popen.__init__
sys.implementation # Actually SimpleNamespace but then you wouldn't have convenient attributes
sys.thread_info
tarfile.TarFile.errors # errors is initialized for some reason as None even though it really only accepts str