]> granicus.if.org Git - python/commit
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
authorNed Deily <nad@acm.org>
Sun, 2 Nov 2014 02:26:45 +0000 (19:26 -0700)
committerNed Deily <nad@acm.org>
Sun, 2 Nov 2014 02:26:45 +0000 (19:26 -0700)
commit33db23f53cd39b3e3f6b9b526601a85879abbcc5
treea1b6e466c943e2789f5fdbfe9ed3bf6c8f540a72
parent247b6441a0b496ae02a617d8c06f6ff3beff66f3
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)
Lib/test/test_support.py
Misc/NEWS