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 jgehrcke
Recipients jgehrcke, neologix, sdaoden, vstinner
Date 2014-05-22.12:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400763399.67.0.864376150746.issue20584@psf.upfronthosting.co.za>
In-reply-to
Content
If you are thinking TL;DR:

This fails on FreeBSD:

>>> signal.signal(signal.SIGRTMAX, lambda *a: None)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: signal number out of range

Although of infrequent use, I doubt that this is expected or desired behavior.
History
Date User Action Args
2014-05-22 12:56:39jgehrckesetrecipients: + jgehrcke, vstinner, neologix, sdaoden
2014-05-22 12:56:39jgehrckesetmessageid: <1400763399.67.0.864376150746.issue20584@psf.upfronthosting.co.za>
2014-05-22 12:56:39jgehrckelinkissue20584 messages
2014-05-22 12:56:39jgehrckecreate