-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-133866: remove deprecated and undocumented function ctypes.SetPointerType
#133869
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
base: main
Are you sure you want to change the base?
gh-133866: remove deprecated and undocumented function ctypes.SetPointerType
#133869
Conversation
Let's discuss on the issue if we can also remove the C interface as Kumar wanted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also remove the note from Doc/deprecations/pending-removal-in-3.15.rst
?
ctypes | ||
------ | ||
|
||
* Removed the undocumented function :func:`!ctypes.SetPointerType`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Removed the undocumented function :func:`!ctypes.SetPointerType`. | |
* Removed the undocumented function :func:`!ctypes.SetPointerType`, | |
which has been deprecated since 3.13. |
(and similar in the NEWS blurb)
ctypes.SetPointerType
#133866📚 Documentation preview 📚: https://cpython-previews--133869.org.readthedocs.build/