]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #19754: Fix typo.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 2 Dec 2013 00:31:49 +0000 (16:31 -0800)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 2 Dec 2013 00:31:49 +0000 (16:31 -0800)
Lib/pickletools.py

index a1c3f1316214609a5a684180c69399abfc4c53fd..a2480f6510ab25232db83ea8138631debfefd133 100644 (file)
@@ -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()