FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal by markshannon · Pull Request #131140 · python/cpython · GitHub

/ cpython Public

GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal - #131140

Merged
markshannon merged 3 commits into
python:mainfrom
faster-cpython:fix-bigmem
Mar 12, 2025
Merged

GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal#131140
markshannon merged 3 commits into
python:mainfrom
faster-cpython:fix-bigmem

Conversation

markshannon commented Mar 12, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Account for immortality when doing bulk increfs.
This should get the bigmem buildbot passing.

This is not a complete fix for the underlying issue, but the complete fix will need performance testing which could take a while.

markshannon changed the title GH_127705: Fix _Py_RefcntAdd to handle objects becoming immortal GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal Mar 12, 2025

Copy link
Copy Markdown
Member Author

!buildbot BigMem

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @markshannon for commit 13d5be0 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131140%2Fmerge

The command will test the builders whose names match following regular expression: BigMem

The builders matched are:

  • aarch64 Ubuntu 22.04 BigMem PR
  • AMD64 Windows11 Bigmem PR

markshannon merged commit f30376c into python:main Mar 12, 2025
markshannon deleted the fix-bigmem branch March 12, 2025 16:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL