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 Alex Brandt, gvanrossum, vstinner, yselivanov
Date 2016-01-16.19:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452973468.37.0.985449682779.issue26133@psf.upfronthosting.co.za>
In-reply-to
Content
Heh, this is weird. If the signal being removed is SIGTERM, the logic looks like it is definitely going to call signal.signal(signal.SIGTERM, signal.SIG_DFL). And it doesn't look like the signal module's globals have been eradicated yet (or you'd have gotten something like "TypeError: 'NoneType' object is not callable" instead).

You seem to be using Python 3.5.0.  Can you repro this with 3.5.1 or with the asyncio from github? Do you have a small self-contained program that repos it?
History
Date User Action Args
2016-01-16 19:44:28gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, Alex Brandt
2016-01-16 19:44:28gvanrossumsetmessageid: <1452973468.37.0.985449682779.issue26133@psf.upfronthosting.co.za>
2016-01-16 19:44:28gvanrossumlinkissue26133 messages
2016-01-16 19:44:28gvanrossumcreate