Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Aug 30, 2024

@vstinner
Copy link
MemberAuthor

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

test_datetime is failing, unrelated issue.

@vstinnervstinner merged commit f1a0d96 into python:mainSep 2, 2024
@vstinnervstinner 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

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

@bedevere-appbedevere-appbot 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 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.

1 participant

@vstinner