Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-123091: Use _Py_IsImmortalLoose() in bytesobject.c #123511

Merged
merged 3 commits into from
Sep 2, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 30, 2024

@vstinner
Copy link
Member Author

vstinner commented Sep 2, 2024

JIT / aarch64-unknown-linux-gnu/gcc (Debug) (pull_request) Failing after 70m

test_datetime is failing, unrelated issue.

@vstinner vstinner merged commit f1a0d96 into python:main Sep 2, 2024
50 of 55 checks passed
@vstinner vstinner deleted the bytes_immortal_loose branch September 2, 2024 12:25
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @vstinner, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker f1a0d96f41db9dfa5d7f0b32e72f6f7301a86f91 3.13

@bedevere-app
Copy link

bedevere-app bot commented Sep 2, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 2, 2024
vstinner added a commit to vstinner/cpython that referenced this pull request Sep 2, 2024
Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c
and ceval.c.

(cherry picked from commit f1a0d96)
vstinner added a commit that referenced this pull request Sep 2, 2024
gh-123091: Use _Py_IsImmortalLoose() (#123511)

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

(cherry picked from commit f1a0d96)
encukou pushed a commit to encukou/cpython that referenced this pull request Oct 3, 2024
Use _Py_IsImmortalLoose() in bytesobject.c, typeobject.c
and ceval.c.
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.

1 participant