bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_deallo… · python/cpython@0b47049 · GitHub
Skip to content

Commit 0b47049

Browse files
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) (GH-27175)
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>
1 parent 95596d5 commit 0b47049

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Objects/typeobject.c

Lines changed: 11 additions & 3 deletions

0 commit comments

Comments
 (0)