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