summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-11-02 02:29:22 (GMT)
committerNed Deily <nad@acm.org>2014-11-02 02:29:22 (GMT)
commit91f01e175a4f8f21893401573bdc36c5004388dd (patch)
tree53a121b0ff45afa7115f5b1fc9af64d14ac4f2d0 /Misc
parentaa3ea7ee78f35f1b88801b6a00833dcae384dc37 (diff)
downloadcpython-91f01e175a4f8f21893401573bdc36c5004388dd.zip
cpython-91f01e175a4f8f21893401573bdc36c5004388dd.tar.gz
cpython-91f01e175a4f8f21893401573bdc36c5004388dd.tar.bz2
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')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b541e16..c52aa62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,8 @@ Tests
- Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not
present. Patch by Remi Pointel.
+- Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
+
Build
-----