8000 gh-99300: Use Py_NewRef() in Modules/_ctypes/ by vstinner · Pull Request #99436 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
/ cpython Public

gh-99300: Use Py_NewRef() in Modules/_ctypes/ #99436

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 1 commit into from
Nov 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
gh-99300: Use Py_NewRef() in Modules/_ctypes/
Replace Py_INCREF() and Py_XINCREF() with Py_NewRef() and
Py_XNewRef() in C files of the Modules/_ctypes/ directory.
  • Loading branch information
vstinner committed Nov 13, 2022
commit 016b4e46f433ff2a46fe890a458e99ed1b9fb9e3
Loading
0