New submission from Craig Silverstein:

Don't ask me how, but our code managed to combine multiprocessing, sqlite, and 
tkinter all in one app, and got a hanging behavior, though only on a particular 
OS.  Removing any of these removes the hang.  I filed this under tkinter, but 
the fault could well be elsewhere.

This happens for us only when run under OS X 10.9 (Mavericks).  We are using 
python 2.7.5; I don't know if other versions are affected.

----------
components: Tkinter
files: hang.py
messages: 208838
nosy: Craig.Silverstein
priority: normal
severity: normal
status: open
title: Hanging bug with multiprocessing + sqlite3 + tkinter (OS X 10.9 only)
type: crash
versions: Python 2.7
Added file: http://bugs.python.org/file33631/hang.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20353>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to