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 midnightdf
Recipients midnightdf
Date 2010-07-21.18:50:54
SpamBayes Score 0.00047972947
Marked as misclassified No
Message-id <1279738256.92.0.653078709511.issue9324@psf.upfronthosting.co.za>
In-reply-to
Content
Using Python 2.7 (r27:82525, Jul 4 2010, 09:01:59; 32-bit Intel) on 64-bit Windows Server 2008 R2, python.exe (interactive sessions and files) crashes when it encounters the following snippet:
>>> import signal
>>> signal.signal(7, lambda a, b: None)

Note that Python doesn't crash if I substitute '7' with a valid Windows signal (e.g., '2').  Also, it seems that at least some invalid signal inputs (e.g., '0') generate the appropriate Python exception.
History
Date User Action Args
2010-07-21 18:50:57midnightdfsetrecipients: + midnightdf
2010-07-21 18:50:56midnightdfsetmessageid: <1279738256.92.0.653078709511.issue9324@psf.upfronthosting.co.za>
2010-07-21 18:50:55midnightdflinkissue9324 messages
2010-07-21 18:50:54midnightdfcreate