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 moese
Recipients
Date 2005-10-11.21:14:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1067739

I'm not so sure that setting an unsupporting signal and
expecting the operation to not crash/abort is valid ANSI-C:

http://www.ndp77.net/ansi_c/ac04.htm#4.7

Quote: "The complete set of signals, their semantics, and
their default handling is implementation-defined; all signal
values shall be positive."

Listed under "Implementation-Defined Behavior":
http://msdn.microsoft.com/library/en-us/vclang/html/_CLANG_The_signal_Function.asp

The list of supported signals:
http://msdn.microsoft.com/library/en-us/vclib/html/_CRT_signal.asp

I'll also switch to VS 2005 soon. This should be fixed, even
if the binary distribution will continue to be compiled
using VS .NET 2003.
History
Date User Action Args
2007-08-23 14:35:08adminlinkissue1311784 messages
2007-08-23 14:35:08admincreate