Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update cloudpickle
  • Loading branch information
stonebig authored May 11, 2019
commit e53da8f9736b3d9f6879efbcb45bb6a1fbba0f1a
2 changes: 1 addition & 1 deletion cloudpickle/cloudpickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def inner(value):
co.co_cellvars, # this is the trickery
(),
)
except:
except:
return types.CodeType(
co.co_argcount,
co.co_posonlyargcount, # Python3.8 with PEP570
Expand Down