Jonas Diemer added the comment:

Find attached a demo script that causes the erratic behavior in regular Python 
(2.7.5 on Windows).

The log file contains two lines, both show the new name of the object, although 
the first debug() was called befor the name change.

I think this problem could be avoided if the message was formatted earlier 
(i.e. synchronous to the debug() call).

----------
Added file: http://bugs.python.org/file35839/testlogging.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21912>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to