-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Remove deprecated and undocumented function ctypes.SetPointerType
#133866
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
Comments
+1 to remove |
Oh, do you mean that no one use should be using it? in this case, I'll remove the |
Yes, you should remove the underlying C implementation as well. |
I'm not entirely sure I can do it. We only communicated that the Python interface is deprecated, not the C one (even if this should not be used). cc @vstinner @encukou. (I'm however in favor of doing it, just that I don't know if we can do it without an explicit notice) |
|
I don't think that the ctypes C API is considered as part of the public C API. I'm not sure if it's technically usable outside CPython. |
Yes, we'll need to deprecate Now that |
Feature or enhancement
This was deprecated in #105733 alongside with
ctypes.ARRAY()
, but the latter has been eventually soft deprecated instead.Linked PRs
ctypes.SetPointerType
#133869The text was updated successfully, but these errors were encountered: