Commit 02066d3f authored by Alexandre Vassalotti's avatar Alexandre Vassalotti

Issue #19754: Fix typo.

parent 28d271ef
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment