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 pitrou
Recipients OG7, amaury.forgeotdarc, jnoller, pitrou, vinay.sajip
Date 2009-11-24.15:05:25
SpamBayes Score 0.011080338
Marked as misclassified No
Message-id <1259075127.23.0.455575477075.issue6615@psf.upfronthosting.co.za>
In-reply-to
Content
From a quick command-line attempt, it seems that logging is the culprit:

>>> handler = logging.Handler()
[64370 refs]
>>> handler = logging.Handler()
[64383 refs]
>>> handler = logging.Handler()
[64396 refs]
History
Date User Action Args
2009-11-24 15:05:27pitrousetrecipients: + pitrou, vinay.sajip, amaury.forgeotdarc, OG7, jnoller
2009-11-24 15:05:27pitrousetmessageid: <1259075127.23.0.455575477075.issue6615@psf.upfronthosting.co.za>
2009-11-24 15:05:25pitroulinkissue6615 messages
2009-11-24 15:05:25pitroucreate