8000 gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. by junkmd · Pull Request #127275 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-127255: Make CopyComPointer public and add to ctypes doc. #127275

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 7 commits into from
Dec 3, 2024
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
Add NEWS.
  • Loading branch information
junkmd committed Nov 25, 2024
commit e742f17a0610103eda3cc8ab0805a6f0a5102d65
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The :func:`~ctypes.CopyComPointer` function is now public.
Previously, this was private and only available in ``_ctypes``.
0