Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/unpickle-overalloca…
Browse files Browse the repository at this point in the history
…te' into unpickle-overallocate
  • Loading branch information
serhiy-storchaka committed Jun 29, 2024
2 parents 3462d0e + 6f6f765 commit becbd25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def __init__(self, value):
__all__.extend([x for x in dir() if re.match("[A-Z][A-Z0-9_]+$", x)])


# Data larger that this will be read in chunks, to prevent extreme
# Data larger than this will be read in chunks, to prevent extreme
# overallocation.
SAFE_BUF_SIZE = (1 << 20)

Expand Down

0 comments on commit becbd25

Please sign in to comment.