Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02066d3

Browse files
committed
Issue #19754: Fix typo.
1 parent 28d271e commit 02066d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/pickletools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2313,7 +2313,7 @@ def optimize(p):
23132313
buf.start_framing()
23142314
for start, stop, putid in opcodes:
23152315
if putid in gets:
2316-
#buf.commit_frame()
2316+
buf.commit_frame()
23172317
buf.write(p[start:stop])
23182318
if proto >= 4:
23192319
buf.end_framing()

0 commit comments

Comments
 (0)