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 bialix
Recipients bialix, paul.moore, r.david.murray, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2015-09-15.14:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442329150.56.0.725360075079.issue25121@psf.upfronthosting.co.za>
In-reply-to
Content
Based on my last assumption I'm able to reproduce this issue with simple test attached. If I comment out the line

  setup_logger(loggerB)

The everything works OK.

Once this line in - it's traceback.

I guess it's fair to say the bug in my code and one never should use this approach. On Linux it never traceback but I think it may have other unvisible issues.

I expect you mark this as "won't fix" but maybe you want to look at it.
History
Date User Action Args
2015-09-15 14:59:10bialixsetrecipients: + bialix, paul.moore, vinay.sajip, tim.golden, r.david.murray, zach.ware, steve.dower
2015-09-15 14:59:10bialixsetmessageid: <1442329150.56.0.725360075079.issue25121@psf.upfronthosting.co.za>
2015-09-15 14:59:10bialixlinkissue25121 messages
2015-09-15 14:59:10bialixcreate