New submission from Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue5009> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com