diff options
author | Ned Deily <nad@acm.org> | 2014-11-02 02:33:25 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-11-02 02:33:25 (GMT) |
commit | 048345d4174254a1d70eb4aa09109dddee858223 (patch) | |
tree | 427390fda81d13dc2807464f9e2d4638609aee77 /Misc | |
parent | e470d092cb8ea1fc6a3d528f40799dca9cf86f17 (diff) | |
parent | 91f01e175a4f8f21893401573bdc36c5004388dd (diff) | |
download | cpython-048345d4174254a1d70eb4aa09109dddee858223.zip cpython-048345d4174254a1d70eb4aa09109dddee858223.tar.gz cpython-048345d4174254a1d70eb4aa09109dddee858223.tar.bz2 |
Issue #22770: merge from 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1342,6 +1342,8 @@ Tests - Issue #21093: Prevent failures of ctypes test_macholib on OS X if a copy of libz exists in $HOME/lib or /usr/local/lib. +- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. + Tools/Demos ----------- |