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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, jnoller
Date 2009-01-20.09:22:46
SpamBayes Score 8.723989e-05
Marked as misclassified No
Message-id <1232443372.05.0.683507657371.issue5009@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-01-20 09:22:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jnoller
2009-01-20 09:22:52amaury.forgeotdarcsetmessageid: <1232443372.05.0.683507657371.issue5009@psf.upfronthosting.co.za>
2009-01-20 09:22:49amaury.forgeotdarclinkissue5009 messages
2009-01-20 09:22:47amaury.forgeotdarccreate