summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-18 03:03:10 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-18 03:03:10 (GMT)
commit499d3654a86a55ce7b727a31b6fea8e1ddb04508 (patch)
tree41e06956ae3e9f79590ee8e9f18fff629d91a2ed /Misc
parentb3bf4484260aa4da3e2a978a5a04ee95d972ede9 (diff)
parentd887d1f365595c05c0598225f8b893693fecd57c (diff)
downloadcpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.zip
cpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.tar.gz
cpython-499d3654a86a55ce7b727a31b6fea8e1ddb04508.tar.bz2
Issue #17603: Merge configure.ac fix from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index adfa04b..78423dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -846,6 +846,9 @@ Tests
Build
-----
+- Issue #17603: Avoid error about nonexistant fileblocks.o file by using a
+ lower-level check for st_blocks in struct stat.
+
- Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by
Bjoern Thiel.