[New-bugs-announce] [issue5009] multiprocessing: failure in manager._debug_info()

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jan 20 10:22:52 CET 2009


New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:

http://mail.python.org/pipermail/python-checkins/2009-January/077474.html
probably indicates some other error in the manager's shared objects, but
the debug_info() function fails to display anything.

It seems that most keys in id_to_obj are strings ('%x' % id(obj)) except
the first one which is zero. And since python 3, you cannot compare 0
and '1' anymore...

Patch attached. I'm not sure whether this zero is used elsewhere...
and BTW, what is it useful for?

----------
assignee: jnoller
files: mp_zeroid.patch
keywords: needs review, patch
messages: 80239
nosy: amaury.forgeotdarc, jnoller
severity: normal
status: open
title: multiprocessing: failure in manager._debug_info()
versions: Python 3.0
Added file: http://bugs.python.org/file12809/mp_zeroid.patch

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


More information about the New-bugs-announce mailing list