summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Felt <aixtools@users.noreply.github.com>2018-01-05 12:01:58 (GMT)
committerxdegaye <xdegaye@gmail.com>2018-01-05 12:01:58 (GMT)
commit502d551c6d782963d26957a9e5ff1588946f233f (patch)
treedeb7bc4f293a294b2fcc0ee97f61c7041a2b1ac6 /Misc
parent94459fd7dc25ce19096f2080eb7339497d319eb0 (diff)
downloadcpython-502d551c6d782963d26957a9e5ff1588946f233f.zip
cpython-502d551c6d782963d26957a9e5ff1588946f233f.tar.gz
cpython-502d551c6d782963d26957a9e5ff1588946f233f.tar.bz2
bpo-32390: Fix compilation failure on AIX after f_fsid was added to os.statvfs() (#4972)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2017-12-22-13-28-07.bpo-32390.QPj083.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-12-22-13-28-07.bpo-32390.QPj083.rst b/Misc/NEWS.d/next/Core and Builtins/2017-12-22-13-28-07.bpo-32390.QPj083.rst
new file mode 100644
index 0000000..0e9c1bf
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2017-12-22-13-28-07.bpo-32390.QPj083.rst
@@ -0,0 +1 @@
+Fix the compilation failure on AIX after the f_fsid field has been added to the object returned by os.statvfs() (issue #32143). Original patch by Michael Felt.