mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -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.