Skip to content

gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND - #142711

Merged
Fidget-Spinner merged 4 commits into
python:mainfrom
Zheaoli:manjusaka/134584-list-append
Dec 15, 2025
Merged

gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND#142711
Fidget-Spinner merged 4 commits into
python:mainfrom
Zheaoli:manjusaka/134584-list-append

Conversation

@Zheaoli

@ZheaoliZheaoli commented Dec 14, 2025

Copy link
Copy Markdown
Contributor

Comment threadPython/bytecodes.c Outdated
Comment threadLib/test/test_capi/test_opt.py Outdated
Comment threadPython/bytecodes.c Outdated
Zheaoliand others added 2 commits December 14, 2025 23:08
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Signed-off-by: Manjusaka <me@manjusaka.me>
Signed-off-by: Manjusaka <me@manjusaka.me>
@Zheaoli

Copy link
Copy Markdown
ContributorAuthor

@Fidget-Spinner Ops, I forget the optimizer_bytecodes.c path, naive mistake. Fixed. PTAL when you got time

@Fidget-SpinnerFidget-Spinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work! I will leave it for one day and merge tomorrow.

@Fidget-Spinner
Fidget-Spinner merged commit 872ab51 into python:mainDec 15, 2025
74 checks passed
fatelei pushed a commit to fatelei/cpython that referenced this pull request Dec 16, 2025
…ND (pythonGH-142711)
Signed-off-by: Manjusaka <me@manjusaka.me>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Zheaoli@Fidget-Spinner