mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
pickle: improve positional-arg accuracy in py39 and others (#4273)
Although technically data in loads is not positional-only in py38, but we decided that that doesn't matter Co-authored-by: hauntsaninja <>
This commit is contained in:
@@ -338,7 +338,6 @@ os._Environ.__init__
|
||||
os._Environ.setdefault
|
||||
os._wrap_close.__init__
|
||||
pickle.Pickler.persistent_id
|
||||
pickle.Unpickler.find_class
|
||||
pickle.Unpickler.persistent_load
|
||||
pipes.Template.copy
|
||||
pkgutil.ImpImporter.__init__
|
||||
|
||||
Reference in New Issue
Block a user