summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJun Komoda <45822440+junkmd@users.noreply.github.com>2024-12-03 15:35:08 (GMT)
committerGitHub <noreply@github.com>2024-12-03 15:35:08 (GMT)
commit412e11fe6e37f15971ef855f88b8b01bb3297679 (patch)
treefd182649ca5f4be09370b8bb0568d0f26d381ebe /Misc
parent979bf2489d0c59ae451b97d7e3c148f47e259f0b (diff)
downloadcpython-412e11fe6e37f15971ef855f88b8b01bb3297679.zip
cpython-412e11fe6e37f15971ef855f88b8b01bb3297679.tar.gz
cpython-412e11fe6e37f15971ef855f88b8b01bb3297679.tar.bz2
gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-25-15-02-44.gh-issue-127255.UXeljc.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-25-15-02-44.gh-issue-127255.UXeljc.rst b/Misc/NEWS.d/next/Library/2024-11-25-15-02-44.gh-issue-127255.UXeljc.rst
new file mode 100644
index 0000000..9fe7815
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-25-15-02-44.gh-issue-127255.UXeljc.rst
@@ -0,0 +1,2 @@
+The :func:`~ctypes.CopyComPointer` function is now public.
+Previously, this was private and only available in ``_ctypes``.