summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-02-24 19:51:57 (GMT)
committerGitHub <noreply@github.com>2022-02-24 19:51:57 (GMT)
commit38f331d4656394ae0f425568e26790ace778e076 (patch)
treeeabdf0fe50c65db5a0280fa340795a62ed771086 /Misc
parent2a6ece572ca38f989fca66f4c053cb16550bccd4 (diff)
downloadcpython-38f331d4656394ae0f425568e26790ace778e076.zip
cpython-38f331d4656394ae0f425568e26790ace778e076.tar.gz
cpython-38f331d4656394ae0f425568e26790ace778e076.tar.bz2
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-11-26-10-46-09.bpo-45898.UIfhsb.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-11-26-10-46-09.bpo-45898.UIfhsb.rst b/Misc/NEWS.d/next/Library/2021-11-26-10-46-09.bpo-45898.UIfhsb.rst
new file mode 100644
index 0000000..9da5c25
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-11-26-10-46-09.bpo-45898.UIfhsb.rst
@@ -0,0 +1,2 @@
+:mod:`ctypes` no longer defines ``ffi_type_*`` symbols in ``cfield.c``. The
+symbols have been provided by libffi for over a decade.