summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-06-19 16:01:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-06-19 16:01:42 (GMT)
commit19886b8adccf0d02ec4091feda259aa60049432b (patch)
treeb593d5ce8475896b4e30f1094ec7e07b95f99597 /Misc
parent0a3cdf063c10308d189609f1e66bcbbc5013a233 (diff)
downloadcpython-19886b8adccf0d02ec4091feda259aa60049432b.zip
cpython-19886b8adccf0d02ec4091feda259aa60049432b.tar.gz
cpython-19886b8adccf0d02ec4091feda259aa60049432b.tar.bz2
fix libffi build on AIX (closes #18248)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 916f96a..59e915c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Core and Builtins
Library
-------
+- Issue #18248: Fix libffi build on AIX.
+
- Issue #18259: Declare sethostname in socketmodule.c for AIX
- Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data