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 sbt
Recipients JohanAR, sbt
Date 2012-06-01.12:02:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338552129.76.0.733043514943.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there is anything special about PriorityQueue.

There is a similar concerning the use of the Python implementation of RLock in signal handlers -- see http://bugs.python.org/issue13697.

Maybe the signal handler should temporarily mask or ignore SIGINT while it runs.
History
Date User Action Args
2012-06-01 12:02:09sbtsetrecipients: + sbt, JohanAR
2012-06-01 12:02:09sbtsetmessageid: <1338552129.76.0.733043514943.issue14976@psf.upfronthosting.co.za>
2012-06-01 12:02:09sbtlinkissue14976 messages
2012-06-01 12:02:08sbtcreate