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:
Shantanu
2020-06-26 12:29:47 +02:00
committed by GitHub
co-authored by hauntsaninja <>
parent 92fa4e799c
commit 1c3f526fbf
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -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__