Staging
v0.8.1
https://github.com/python/cpython
Revision 33db23f53cd39b3e3f6b9b526601a85879abbcc5 authored by Ned Deily on 02 November 2014, 02:26:45 UTC, committed by Ned Deily on 02 November 2014, 02:26:45 UTC
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)
1 parent 247b644
Raw File
Tip revision: 33db23f53cd39b3e3f6b9b526601a85879abbcc5 authored by Ned Deily on 02 November 2014, 02:26:45 UTC
Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.
Tip revision: 33db23f
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top