Message9396

Author pekka.klarck
Recipients pekka.klarck
Date 2015-01-14.21:02:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421269359.41.0.494322384965.issue2253@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce:
- Import _socket module directly or indirectly
- Register one or more logging handlers
- Remove all registered handlers

As a result you got the following message printed to stderr when the interpreter exits:

    No handlers could be found for logger "_socket"

An easy way to reproduce this is running the attached script. I have tested with official beta 3 and latest beta 4 soft launch version.
History
Date User Action Args
2015-01-14 21:02:39pekka.klarcksetrecipients: + pekka.klarck
2015-01-14 21:02:39pekka.klarcksetmessageid: <1421269359.41.0.494322384965.issue2253@psf.upfronthosting.co.za>
2015-01-14 21:02:39pekka.klarcklinkissue2253 messages
2015-01-14 21:02:38pekka.klarckcreate