Skip to content

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 20, 2018

Py_DECREF(consts);
consts = tmp;
if (!merge_const_tuple(c, &consts)) {
goto error;
Copy link
Contributor

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
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Aug 16, 2022
@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 github-actions bot removed the stale Stale PR or inactive for long period of time. label Sep 21, 2024
@github-actions
Copy link

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

@github-actions github-actions bot added the stale Stale PR or inactive for long period of time. label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge skip news stale Stale PR or inactive for long period of time. type-feature A feature request or enhancement

5 participants