gh-77499: Move folding tuples of constants from peephole.c into compiler.c by serhiy-storchaka · Pull Request #6545 · python/cpython

Conversation

ZackerySpytz

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.

@github-actions

This PR is stale because it has been open for 30 days with no activity.

@erlend-aasland 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

Jan 12, 2024

@github-actions

This PR is stale because it has been open for 30 days with no activity.

Labels