[New-bugs-announce] [issue7707] multiprocess.Queue operations during import can lead to deadlocks

Alon Zakai report at bugs.python.org
Fri Jan 15 17:35:15 CET 2010


New submission from Alon Zakai <thoughtcube at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7707>
_______________________________________


More information about the New-bugs-announce mailing list