[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) by vstinner · Pull Request #123600 · python/cpython · GitHub
Skip to content

[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) - #123600

Merged
vstinner merged 1 commit into
python:3.13from
vstinner:bytes_immortal_loose13
Sep 2, 2024
Merged

vstinner merged 1 commit into
python:3.13from
vstinner:bytes_immortal_loose13

Conversation

@vstinner

@vstinner vstinner commented Sep 2, 2024

Copy link
Copy Markdown
Member

Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c and ceval.c.

(cherry picked from commit f1a0d96)

Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c
and ceval.c.

(cherry picked from commit f1a0d96)
@vstinner

vstinner commented Sep 2, 2024

Copy link
Copy Markdown
Member Author

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

This (probably) doesn't cover all the problematic uses of _Py_IsImmortal, but it's a step in the right direction.

@vstinner

vstinner commented Sep 2, 2024

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit 10735bf into python:3.13 Sep 2, 2024
@vstinner
vstinner deleted the bytes_immortal_loose13 branch September 2, 2024 13:23
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.

2 participants