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 vstinner
Recipients Alex Brandt, gvanrossum, vstinner, yselivanov
Date 2016-01-16.22:06:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYZz0bZy5wS82qKU_DA8j20G06nnDr5HFH4SdCFReVemw@mail.gmail.com>
In-reply-to <1452971166.69.0.340450798134.issue26133@psf.upfronthosting.co.za>
Content
The problem is that the signal module has been cleared when the destruction
has been called. You must not rely on destructors but call explicitly close
methods. Please run your app in asyncio debug mode and enable logs. See
asyncio doc.
History
Date User Action Args
2016-01-16 22:06:13vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, Alex Brandt
2016-01-16 22:06:12vstinnerlinkissue26133 messages
2016-01-16 22:06:12vstinnercreate