mirror of
https://github.com/python/cpython.git
synced 2025-01-22 08:25:42 +08:00
Issue #19754: Fix typo.
This commit is contained in:
parent
28d271ef6b
commit
02066d3fbd
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user