[issue6720] multiprocessing logging

Benjamin Liles report at bugs.python.org
Mon Aug 17 22:23:21 CEST 2009


New submission from Benjamin Liles <benliles at gmail.com>:

In the backport package of the multiprocessing library. A bug was
introduced in version 2.6.2.1 when the logging module was modified. If
you use logging in the backport, you get the following:

Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py",
line 744, in emit
    msg = self.format(record)
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py",
line 630, in format
    return fmt.format(record)
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/logging/__init__.py",
line 421, in format
    s = self._fmt % record.__dict__
KeyError: 'processName'

----------
components: Library (Lib)
messages: 91670
nosy: benliles
severity: normal
status: open
title: multiprocessing logging
type: crash
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6720>
_______________________________________


More information about the Python-bugs-list mailing list