Issue #19754: Fix typo.

This commit is contained in:
Alexandre Vassalotti 2013-12-01 16:31:49 -08:00
parent 28d271ef6b
commit 02066d3fbd
1 changed files with 1 additions and 1 deletions

View 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()