[3.10] bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) by miss-islington · Pull Request #27174 · python/cpython
Conversation
Contributor
The non-GC-type branch of subtype_dealloc is using the type of an object after freeing in the same unsafe way as GH-26274 fixes. (I believe the old news entry covers this change well enough.)
https://bugs.python.org/issue44184
(cherry picked from commit 074e765)
Co-authored-by: T. Wouters thomas@python.org
…dealloc (pythonGH-27165) The non-GC-type branch of subtype_dealloc is using the type of an object after freeing in the same unsafe way as pythonGH-26274 fixes. (I believe the old news entry covers this change well enough.) https://bugs.python.org/issue44184 (cherry picked from commit 074e765) Co-authored-by: T. Wouters <thomas@python.org>
miss-islington
requested a review
from markshannon
as a code owner
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
skip news
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting review
label
miss-islington
commented
Jul 15, 2021
miss-islington commented
Contributor Author
@Yhg1s: Status check is done, and it's a failure ❌ .
Yhg1s
commented
Jul 15, 2021
Yhg1s commented
Member
The failed Windows x86 test is test_unicodedata, and it failed because of network issues, nothing to do with the backport.
Yhg1s
merged commit
6aa59c6
into
python:3.10
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-074e765-3.10
branch
pablogsal
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment