Message 232321 - Python tracker

Message232321

Author vinay.sajip
Recipients vinay.sajip, wdoekes
Date 2014-12-08.19:36:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418067369.86.0.144392094874.issue23010@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it's possible that you could configure handlers in the configuration for later use (i.e. at some point after the dictConfig() call returns).

If you want to avoid opening the file until it's actually needed, you can specify delay=True, and then you shouldn't see the resource leak because the stream will be opened when it's actually needed.

Unless there's some reason you can't do that, or there's something I've overlooked, I think I should close this as invalid.
History
Date User Action Args
2014-12-08 19:36:09vinay.sajipsetrecipients: + vinay.sajip, wdoekes
2014-12-08 19:36:09vinay.sajipsetmessageid: <1418067369.86.0.144392094874.issue23010@psf.upfronthosting.co.za>
2014-12-08 19:36:09vinay.sajiplinkissue23010 messages
2014-12-08 19:36:09vinay.sajipcreate