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 lilydjwg
Recipients cool-RR, lilydjwg, python-dev, vinay.sajip
Date 2016-12-27.12:43:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482842638.6.0.558956227069.issue27650@psf.upfronthosting.co.za>
In-reply-to
Content
This hangs this test from celery: https://github.com/celery/celery/blob/master/t/unit/app/test_log.py#L72

It constructs a Logger with `.parent` to itself, making getEffectiveLevel loop forever. The code tries to raise an exception when such loops are detected, but its message contains the logger's repr which calls getEffectiveLevel.
History
Date User Action Args
2016-12-27 12:43:58lilydjwgsetrecipients: + lilydjwg, vinay.sajip, cool-RR, python-dev
2016-12-27 12:43:58lilydjwgsetmessageid: <1482842638.6.0.558956227069.issue27650@psf.upfronthosting.co.za>
2016-12-27 12:43:58lilydjwglinkissue27650 messages
2016-12-27 12:43:58lilydjwgcreate