summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-03-18 02:36:41 (GMT)
commitd887d1f365595c05c0598225f8b893693fecd57c (patch)
tree4a29300b9d489036476203162f23b5f910792540 /Misc
parenta2e5e044af21e55e51a0cd50f8197fdca2d0cf8b (diff)
downloadcpython-d887d1f365595c05c0598225f8b893693fecd57c.zip
cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.gz
cpython-d887d1f365595c05c0598225f8b893693fecd57c.tar.bz2
Issue #17603: Check for st_blocks field without requiring fileblocks.o
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 7516932..eef7f01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -319,6 +319,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.