Skip to content

[3.9] bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) - #22674

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-04b8631-3.9
Oct 12, 2020
Merged

[3.9] bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)#22674
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-04b8631-3.9

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Oct 12, 2020

Copy link
Copy Markdown
Contributor

(cherry picked from commit 04b8631)

Co-authored-by: Yannick Jadoul yannick.jadoul@belgacom.net

https://bugs.python.org/issue42015

…m_self is kept alive long enough (pythonGH-22670)
(cherry picked from commit 04b8631)
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net>
@miss-islington

Copy link
Copy Markdown
ContributorAuthor

@YannickJadoul and @serhiy-storchaka: Status check is done, and it's a success ✅ .

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington@serhiy-storchaka@the-knights-who-say-ni@bedevere-bot@YannickJadoul