[3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) by miss-islington · Pull Request #134305 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Merged
Conversation
Contributor
Call Py_XDECREF rather than PyObject_GC_Del in failed new
This will call tp_dealloc and clear all members.
(cherry picked from commit e575190)
Co-authored-by: Petr Viktorin encukou@gmail.com
…d __new__ (pythonGH-133962) Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ This will call tp_dealloc and clear all members. (cherry picked from commit e575190) Co-authored-by: Petr Viktorin <encukou@gmail.com>
bedevere-app
Bot
mentioned this pull request
13 tasks
bedevere-app
Bot
added
the
skip news
label
bedevere-app
Bot
mentioned this pull request
bedevere-app
Bot
added
the
awaiting review
label
AA-Turner
enabled auto-merge (squash)
AA-Turner
approved these changes
bedevere-app
Bot
added
awaiting merge
and removed
awaiting review
labels
bedevere-app
Bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-e575190-3.14
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment