New submission from Johan Aires Rastén <jo...@oljud.se>:

Python 2.7.3 (default, Apr 20 2012, 22:39:59) 
[GCC 4.6.3] on linux2

If a signal handler calls Queue.PriorityQueue.put and a second signal is 
received while one is already being processed, neither of the calls to put will 
terminate.

Highly dependent on timing so it might be difficult to reproduce.

----------
components: Library (Lib)
messages: 162062
nosy: JohanAR
priority: normal
severity: normal
status: open
title: Queue.PriorityQueue() is not interrupt safe
type: crash
versions: Python 2.7

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

Reply via email to