summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-11-01 19:26:45 -0700
committerNed Deily <nad@acm.org>2014-11-01 19:26:45 -0700
commit33db23f53cd39b3e3f6b9b526601a85879abbcc5 (patch)
treea1b6e466c943e2789f5fdbfe9ed3bf6c8f540a72 /Misc/NEWS
parent247b6441a0b496ae02a617d8c06f6ff3beff66f3 (diff)
downloadcpython-git-33db23f53cd39b3e3f6b9b526601a85879abbcc5.tar.gz
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
When running tests in subprocesses with the regrtest -j option, a bug in Cocoa Tk can result in a Tcl segfault. Avoid the problem by forcing Tk to fully initialize as an OS X gui process before destroying the Tcl instance and creating another. (Original patch by Serhiy Storchaka)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97aa75f8b5..c60917fcd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -277,6 +277,8 @@ Tests
- Issue #21976: Fix test_ssl to accept LibreSSL version strings. Thanks
to William Orr.
+- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
+
Build
-----