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

Commit 074e765

Browse files
authored
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165)
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
1 parent 82b218f commit 074e765

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)