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 gvanrossum
Recipients gvanrossum, oconnor663, vstinner, yselivanov
Date 2015-02-28.23:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425164650.51.0.613407013148.issue23548@psf.upfronthosting.co.za>
In-reply-to
Content
So this is still strange. When you do this, does it give the same exception?

>>> import signal
>>> signal.signal(signal.SIGCHLD, signal.SIG_DFL)
History
Date User Action Args
2015-02-28 23:04:10gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, oconnor663
2015-02-28 23:04:10gvanrossumsetmessageid: <1425164650.51.0.613407013148.issue23548@psf.upfronthosting.co.za>
2015-02-28 23:04:10gvanrossumlinkissue23548 messages
2015-02-28 23:04:10gvanrossumcreate