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
Add mentions of the platform to 3.14.rst.
  • Loading branch information
junkmd committed Nov 30, 2024
commit 0449742dc905de1ee1395b0cc3ac273437a87932
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ ctypes
to help match a non-default ABI.
(Contributed by Petr Viktorin in :gh:`97702`.)

* The :exc:`~ctypes.COMError` exception is now public.
* On Windows, the :exc:`~ctypes.COMError` exception is now public.
(Contributed by Jun Komoda in :gh:`126686`.)

* The :func:`~ctypes.CopyComPointer` function is now public.
* On Windows, the :func:`~ctypes.CopyComPointer` function is now public.
(Contributed by Jun Komoda in :gh:`127275`.)

datetime
Expand Down
Loading
0