Skip to content

gh-98831: Use DECREF_INPUTS() more - #102409

Merged
gvanrossum merged 3 commits into
python:mainfrom
gvanrossum:more-decref-inputs
Mar 13, 2023
Merged

gh-98831: Use DECREF_INPUTS() more#102409
gvanrossum merged 3 commits into
python:mainfrom
gvanrossum:more-decref-inputs

Conversation

@gvanrossum

@gvanrossumgvanrossum commented Mar 4, 2023

Copy link
Copy Markdown
Member

This helped with the tagged refcount project (anything done here doesn't need to be done manually), and might help with future similar projects.

@gvanrossum

Copy link
Copy Markdown
MemberAuthor

Hm, there are refleaks.

@gvanrossumgvanrossum changed the title Use DECREF_INPUTS() moregh-98831: Use DECREF_INPUTS() moreMar 13, 2023
@gvanrossum
gvanrossum marked this pull request as ready for review March 13, 2023 20:23
@gvanrossumgvanrossum added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Mar 13, 2023
@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @gvanrossum for commit 12e85cf 🤖

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@bedevere-botbedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Mar 13, 2023
@gvanrossum

Copy link
Copy Markdown
MemberAuthor

@iritkatriel Even if there is still a refleak it would be nice to have a second pair of eyes on this.

@iritkatrieliritkatriel 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.

The diff in the generated file is quite small, and seems fine.

@gvanrossum
gvanrossum merged commit 392f2ad into python:mainMar 13, 2023
@gvanrossum
gvanrossum deleted the more-decref-inputs branch March 13, 2023 22:08
carljm added a commit to carljm/cpython that referenced this pull request Mar 14, 2023
* main: (50 commits)
pythongh-102674: Remove _specialization_stats from Lib/opcode.py (python#102685)
pythongh-102660: Handle m_copy Specially for the sys and builtins Modules (pythongh-102661)
pythongh-102354: change python3 to python in docs examples (python#102696)
pythongh-81057: Add a CI Check for New Unsupported C Global Variables (pythongh-102506)
pythonGH-94851: check unicode consistency of static strings in debug mode (python#102684)
pythongh-100315: clarification to `__slots__` docs. (python#102621)
pythonGH-100227: cleanup initialization of global interned dict (python#102682)
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (pythongh-102677)
pythongh-102013: Add PyUnstable_GC_VisitObjects (python#102014)
pythonGH-102670: Use sumprod() to simplify, speed up, and improve accuracy of statistics functions (pythonGH-102649)
pythongh-102627: Replace address pointing toward malicious web page (python#102630)
pythongh-98831: Use DECREF_INPUTS() more (python#102409)
pythongh-101659: Avoid Allocation for Shared Exceptions in the _xxsubinterpreters Module (pythongh-102659)
pythongh-101524: Fix the ChannelID tp_name (pythongh-102655)
pythongh-102069: Fix `__weakref__` descriptor generation for custom dataclasses (python#102075)
pythongh-98169 dataclasses.astuple support DefaultDict (python#98170)
pythongh-102650: Remove duplicate include directives from multiple source files (python#102651)
pythonGH-100987: Don't cache references to the names and consts array in `_PyEval_EvalFrameDefault`. (python#102640)
pythongh-87092: refactor assemble() to a number of separate functions, which do not need the compiler struct (python#102562)
pythongh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (python#102631)
...
Fidget-Spinner pushed a commit to Fidget-Spinner/cpython that referenced this pull request Mar 27, 2023
warsaw pushed a commit to warsaw/cpython that referenced this pull request Apr 11, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gvanrossum@bedevere-bot@iritkatriel