File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -394,8 +394,11 @@ os._wrap_close.write # Methods that come from __getattr__() at runtime
394394os._wrap_close.writelines # Methods that come from __getattr__() at runtime
395395os.PathLike.__class_getitem__ # PathLike is a protocol; we don't expect all PathLike classes to implement class_getitem
396396
397+ _pickle.Pickler.reducer_override # Can be added by subclasses
398+ pickle.Pickler.reducer_override # Can be added by subclasses
397399pickle._Pickler\..* # Best effort typing for undocumented internals
398400pickle._Unpickler\..* # Best effort typing for undocumented internals
401+
399402shutil.rmtree # function with attributes, which we approximate with a callable protocol
400403socketserver.BaseServer.get_request # Not implemented, but expected to exist on subclasses.
401404ssl.PROTOCOL_SSLv2 # Depends on the existence and flags of SSL
You can’t perform that action at this time.
0 commit comments