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
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top