gh-77499: Move folding tuples of constants from peephole.c into compiler.c by serhiy-storchaka · Pull Request #6545 · python/cpython
Conversation
| Py_DECREF(consts); | ||
| consts = tmp; | ||
| if (!merge_const_tuple(c, &consts)) { | ||
| goto error; |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consts is leaked here.
erlend-aasland
changed the title
bpo-33318: Move folding tuples of constants from peephole.c into compiler.c.
gh-77499: Move folding tuples of constants from peephole.c into compiler.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters