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 bkabrda
Recipients bkabrda, neologix, vstinner
Date 2014-07-01.13:33:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404221581.15.0.864321828918.issue21895@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the problem here is that the documentation sets an expectation that's not met, at least from my POV. Running the reproducer, I was expecting the main thread to unpause and execute the signal handler (citing: "Python signal handlers are always executed in the main Python thread"). I understand that this may be insanely hard to fix in code, so documentation should explicitly point out that there are some (perhaps unfixable) problems with Python's approach to threading+signals.
History
Date User Action Args
2014-07-01 13:33:01bkabrdasetrecipients: + bkabrda, vstinner, neologix
2014-07-01 13:33:01bkabrdasetmessageid: <1404221581.15.0.864321828918.issue21895@psf.upfronthosting.co.za>
2014-07-01 13:33:01bkabrdalinkissue21895 messages
2014-07-01 13:33:00bkabrdacreate