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

GH-117195: Avoid assertion error in `object.__sizeof__` by markshannon · Pull Request #117220 · python/cpython · GitHub

/ cpython Public

GH-117195: Avoid assertion error in object.__sizeof__ - #117220

Merged
markshannon merged 5 commits into
python:mainfrom
faster-cpython:object_sizeof_int
May 23, 2024
Merged

GH-117195: Avoid assertion error in object.__sizeof__#117220
markshannon merged 5 commits into
python:mainfrom
faster-cpython:object_sizeof_int

Conversation

markshannon commented Mar 25, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Comment thread Lib/test/test_long.py Outdated
markshannon added the needs backport to 3.13 bugs and security fixes label May 21, 2024
markshannon merged commit 406ffb5 into python:main May 23, 2024

Copy link
Copy Markdown

Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 23, 2024
…GH-117220)

(cherry picked from commit 406ffb5)

Co-authored-by: Mark Shannon <mark@hotpy.org>

bedevere-app Bot commented May 23, 2024

Copy link
Copy Markdown

GH-119456 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 23, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
markshannon deleted the object_sizeof_int branch August 6, 2024 10:19
vstinner added the needs backport to 3.12 only security fixes label Dec 4, 2024

Copy link
Copy Markdown

Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 4, 2024
…GH-117220)

(cherry picked from commit 406ffb5)

Co-authored-by: Mark Shannon <mark@hotpy.org>

bedevere-app Bot commented Dec 4, 2024

Copy link
Copy Markdown

GH-127605 is a backport of this pull request to the 3.12 branch.

bedevere-app Bot removed the needs backport to 3.12 only security fixes label Dec 4, 2024

vstinner commented Dec 4, 2024

Copy link
Copy Markdown
Member

Python 3.12 is also affected by the issue: #127603.

vstinner pushed a commit that referenced this pull request Dec 11, 2024
…7220) (#127605)

GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
(cherry picked from commit 406ffb5)

Co-authored-by: Mark Shannon <mark@hotpy.org>
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL