diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-06-19 16:01:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-06-19 16:01:42 (GMT) |
commit | 19886b8adccf0d02ec4091feda259aa60049432b (patch) | |
tree | b593d5ce8475896b4e30f1094ec7e07b95f99597 /Misc | |
parent | 0a3cdf063c10308d189609f1e66bcbbc5013a233 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |