]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback...
authordgelessus <dgelessus@users.noreply.github.com>
Mon, 9 Jan 2023 10:13:04 +0000 (11:13 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Jan 2023 10:13:04 +0000 (15:43 +0530)
commit837ba052672d1a5f85a46c1b6d4b6e7d192af6f3
treecd0869c5b13a7fc35add579ac8b11f48554c23ae
parent4e544eafcb603babe0db01270bd1c6d5d0f5d6ea
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (#13364)
Lib/test/test_ctypes/test_refcounts.py
Misc/NEWS.d/next/Library/2019-05-13-11-37-30.bpo-36880.ZgBgH0.rst [new file with mode: 0644]
Modules/_ctypes/callbacks.c