diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-03-18 02:36:41 (GMT) |
commit | d887d1f365595c05c0598225f8b893693fecd57c (patch) | |
tree | 4a29300b9d489036476203162f23b5f910792540 /Misc | |
parent | a2e5e044af21e55e51a0cd50f8197fdca2d0cf8b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |