mirror of
https://github.com/python/cpython.git
synced 2026-05-27 14:53:25 -04:00
23109ef11e
Peepholer could be fooled into misidentifying a tuple_of_constants. Added code to count consecutive occurrences of LOAD_CONST. Use the count to weed out the misidentified cases. Added a unittest.