]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept...
authorYannick Jadoul <yannick.jadoul@belgacom.net>
Mon, 12 Oct 2020 21:06:19 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 21:06:19 +0000 (00:06 +0300)
commit04b8631d84a870dda456ef86039c1baf34d08500
treea452d703f712dcf9baae2c67b5439886da6adf40
parent24a54c0bd48d9f6f1a1289ca57afb381bc4b280e
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670)
Misc/NEWS.d/next/C API/2020-10-12-20-13-58.bpo-42015.X4H2_V.rst [new file with mode: 0644]
Objects/methodobject.c