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.16:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425141381.45.0.542772296677.issue23548@psf.upfronthosting.co.za>
In-reply-to
Content
Does it also have that error if you add `asyncio.get_event_loop().close()` to the end of the program?

Can you figure out what the value of `sig` and `handler` are in the traceback?

My gut feeling tells me this is due to `signal.default_int_handler` being None at that point in the program tear-down sequence. (Which is why I recommend closing the loop.)  The tear-down sequence at best has a partial order, which is why this may come and go depending on random variables like which Python version you use.
History
Date User Action Args
2015-02-28 16:36:21gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, oconnor663
2015-02-28 16:36:21gvanrossumsetmessageid: <1425141381.45.0.542772296677.issue23548@psf.upfronthosting.co.za>
2015-02-28 16:36:21gvanrossumlinkissue23548 messages
2015-02-28 16:36:21gvanrossumcreate