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 Jonas.Diemer
Recipients Jonas.Diemer, r.david.murray, vinay.sajip
Date 2014-07-03.15:21:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALPzkV9jrxwCpCq7aLO6wEihf+ZwsdHbH_mK9R8GfQynQNY7ZQ@mail.gmail.com>
In-reply-to <1404398551.95.0.18554639658.issue21912@psf.upfronthosting.co.za>
Content
2014-07-03 16:42 GMT+02:00 Vinay Sajip <report@bugs.python.org>:

> > I "forked" logging and am catching exceptions during the string
> formatting
>
> That might work with Jython and invalidated objects, but in the case of
> e.g. CPython (where the objects can't be invalidated/garbage collected as
> there is a reference to them in the LogRecord for the logged event) I don't
> see how that approach is generally applicable.

True, it only helps for Jython.

Still, I suggest adding this behavior to the documentation.
History
Date User Action Args
2014-07-03 15:21:52Jonas.Diemersetrecipients: + Jonas.Diemer, vinay.sajip, r.david.murray
2014-07-03 15:21:52Jonas.Diemerlinkissue21912 messages
2014-07-03 15:21:52Jonas.Diemercreate