GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback by dgelessus · Pull Request #13364 · python/cpython · GitHub
Skip to content

GH-81061: Fix refcount issue when returning None from a ctypes.py_object callback - #13364

Merged
kumaraditya303 merged 5 commits into
python:mainfrom
dgelessus:fix_ctypes_callback_none_refcount
Jan 9, 2023
Merged

GH-81061: Fix refcount issue when returning None from a ctypes.py_object callback#13364
kumaraditya303 merged 5 commits into
python:mainfrom
dgelessus:fix_ctypes_callback_none_refcount

Remove manual sys.getrefcount check in favor of regrtest --huntrleaks

66ea175
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs