Skip to content

Commit 5404bcd

Browse files
committed
DOC comments
1 parent c781103 commit 5404bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def save_reduce(self, func, args, state=None, listitems=None,
664664
# First, push state_setter and its tuple of expected arguments
665665
# (obj, state) onto the stack.
666666
save(state_setter)
667-
save(obj)
667+
save(obj) # simple BINGET opcode as obj is already memoized.
668668
save(state)
669669
write(TUPLE2)
670670
# Trigger a state_setter(obj, state) function call.

0 commit comments

Comments
 (0)