8000 GH-132417: ctypes: Fix potential Py_DECREF(NULL) in py_object handling by NicolasT · Pull Request #132418 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-132417: ctypes: Fix potential Py_DECREF(NULL) in py_object handling #132418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update NEWS entry per review suggestion
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
  • Loading branch information
NicolasT and tomasr8 authored Apr 11, 2025
commit d4e971eb30cd6b014d051ed72999dcf64658982f
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix a ``NULL``-pointer-dereference when a C function called using
Fix a ``NULL`` pointer dereference when a C function called using
:py:mod:`ctypes` with ``restype`` :py:obj:`~ctypes.py_object` returns
``NULL``.
Loading
0