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 loewis
Recipients abe, loewis
Date 2008-08-14.13:37:25
SpamBayes Score 3.3166132e-05
Marked as misclassified No
Message-id <48A43514.5090709@v.loewis.de>
In-reply-to <1218707298.0.0.670382826814.issue3545@psf.upfronthosting.co.za>
Content
> I have not yet seen any examples where the are erroneous assertions.

Please take a look at the code in signalmodule.c. The MS CRT asserts
that the signal number is supported (i.e. among a fixed list of signal
numbers), even though C 99, 7.14.1.1p8 says that the library shall
return SIG_ERR, and set errno to a positive value, if the request cannot
be honored.
History
Date User Action Args
2008-08-14 13:37:29loewissetrecipients: + loewis, abe
2008-08-14 13:37:26loewislinkissue3545 messages
2008-08-14 13:37:26loewiscreate