Skip to content

Commit fccd909

Browse files
committed
Add allowlist entries
1 parent ed79b95 commit fccd909

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,11 @@ os._wrap_close.write # Methods that come from __getattr__() at runtime
394394
os._wrap_close.writelines # Methods that come from __getattr__() at runtime
395395
os.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
397399
pickle._Pickler\..* # Best effort typing for undocumented internals
398400
pickle._Unpickler\..* # Best effort typing for undocumented internals
401+
399402
shutil.rmtree # function with attributes, which we approximate with a callable protocol
400403
socketserver.BaseServer.get_request # Not implemented, but expected to exist on subclasses.
401404
ssl.PROTOCOL_SSLv2 # Depends on the existence and flags of SSL

0 commit comments

Comments
 (0)