Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-77499: Move folding tuples of constants from peephole.c into compiler.c#6545

Closed
serhiy-storchaka wants to merge 1 commit into
python:mainpython/cpython:mainfrom
serhiy-storchaka:compiler-fold-tuples-on-constantsserhiy-storchaka/cpython:compiler-fold-tuples-on-constantsCopy head branch name to clipboard
Closed

gh-77499: Move folding tuples of constants from peephole.c into compiler.c#6545
serhiy-storchaka wants to merge 1 commit into
python:mainpython/cpython:mainfrom
serhiy-storchaka:compiler-fold-tuples-on-constantsserhiy-storchaka/cpython:compiler-fold-tuples-on-constantsCopy head branch name to clipboard

Conversation

@serhiy-storchaka

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

Copy link
Copy Markdown
Member

Comment thread Python/compile.c
Py_DECREF(consts);
consts = tmp;
if (!merge_const_tuple(c, &consts)) {
goto error;

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

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.