FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[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 · GitHub

/ cpython Public

[3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962) - #134305

Merged
AA-Turner merged 1 commit into
python:3.14from
miss-islington:backport-e575190-3.14
May 20, 2025
Merged

[3.14] gh-132983: Call Py_XDECREF rather than PyObject_GC_Del in failed __new__ (GH-133962)#134305
AA-Turner merged 1 commit into
python:3.14from
miss-islington:backport-e575190-3.14

Conversation

miss-islington commented May 20, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
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>
AA-Turner merged commit 07a2033 into python:3.14 May 20, 2025
miss-islington deleted the backport-e575190-3.14 branch January 2, 2026 18:54
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL