This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JohanAR
Recipients JohanAR
Date 2012-06-01.08:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338540186.86.0.989988943379.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-01 08:43:06JohanARsetrecipients: + JohanAR
2012-06-01 08:43:06JohanARsetmessageid: <1338540186.86.0.989988943379.issue14976@psf.upfronthosting.co.za>
2012-06-01 08:43:03JohanARlinkissue14976 messages
2012-06-01 08:43:03JohanARcreate