From 02066d3fbd419066ac1dc03e51ab7412996fa418 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Sun, 1 Dec 2013 16:31:49 -0800 Subject: Issue #19754: Fix typo. --- Lib/pickletools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/pickletools.py b/Lib/pickletools.py index a1c3f13..a2480f6 100644 --- a/Lib/pickletools.py +++ b/Lib/pickletools.py @@ -2313,7 +2313,7 @@ def optimize(p): buf.start_framing() for start, stop, putid in opcodes: if putid in gets: - #buf.commit_frame() + buf.commit_frame() buf.write(p[start:stop]) if proto >= 4: buf.end_framing() -- cgit v0.12