New submission from Alon Zakai <thoughtc...@gmail.com>:

Creating a multiprocessing.Queue and operating on it while being imported can 
lead to a deadlock.

The attached file will work if run directly (python test.py) but will hang if 
imported from the interpreter (import test).

Additional comments are in the file.

----------
components: Library (Lib)
files: test.py
messages: 97820
nosy: kripken
severity: normal
status: open
title: multiprocess.Queue operations during import can lead to deadlocks
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file15894/test.py

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

Reply via email to