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 urnenfeld
Recipients fviard, urnenfeld, vinay.sajip, yselivanov
Date 2016-02-19.16:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455900299.37.0.196763591362.issue25668@psf.upfronthosting.co.za>
In-reply-to
Content
I am logging from a different thread than the thread which actually created the object. Though I am getting its reference in a very odd way

I can reproduce the following while is not a deadlock, I believe is related:

Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
    record.message = record.getMessage()
  File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
History
Date User Action Args
2016-02-19 16:44:59urnenfeldsetrecipients: + urnenfeld, vinay.sajip, fviard, yselivanov
2016-02-19 16:44:59urnenfeldsetmessageid: <1455900299.37.0.196763591362.issue25668@psf.upfronthosting.co.za>
2016-02-19 16:44:59urnenfeldlinkissue25668 messages
2016-02-19 16:44:59urnenfeldcreate