summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSergey B Kirpichev <skirpichev@gmail.com>2024-10-30 09:12:39 (GMT)
committerGitHub <noreply@github.com>2024-10-30 09:12:39 (GMT)
commitdcad8fecbd5c8f1542f7a46e0c7bb7e1f27ab115 (patch)
treee242ea16254f09c39a7b24702c91167b6b1ae8c1 /Misc/NEWS.d
parent35df4eb959b3923c08aaaeff728c5ed1706f31cf (diff)
downloadcpython-dcad8fecbd5c8f1542f7a46e0c7bb7e1f27ab115.zip
cpython-dcad8fecbd5c8f1542f7a46e0c7bb7e1f27ab115.tar.gz
cpython-dcad8fecbd5c8f1542f7a46e0c7bb7e1f27ab115.tar.bz2
gh-125206: Correct detection of complex numbers support in libffi (#126104)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-29-07-24-52.gh-issue-125322.sstOM-.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-29-07-24-52.gh-issue-125322.sstOM-.rst b/Misc/NEWS.d/next/Library/2024-10-29-07-24-52.gh-issue-125322.sstOM-.rst
new file mode 100644
index 0000000..e0cc91d
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-29-07-24-52.gh-issue-125322.sstOM-.rst
@@ -0,0 +1 @@
+Correct detection of complex numbers support in libffi.