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 hodgestar
Recipients hodgestar
Date 2008-06-21.15:55:51
SpamBayes Score 0.024234269
Marked as misclassified No
Message-id <1214063755.65.0.272418702742.issue3161@psf.upfronthosting.co.za>
In-reply-to
Content
The _hash method of the Set ABC uses sys.maxsize but doesn't import sys.
The attached patch (against trunk) imports sys and adds a test to show
the problem. There are also still some other _abcoll.py cleanups waiting
in issue 2226.
History
Date User Action Args
2008-06-21 15:55:55hodgestarsetspambayes_score: 0.0242343 -> 0.024234269
recipients: + hodgestar
2008-06-21 15:55:55hodgestarsetspambayes_score: 0.0242343 -> 0.0242343
messageid: <1214063755.65.0.272418702742.issue3161@psf.upfronthosting.co.za>
2008-06-21 15:55:53hodgestarlinkissue3161 messages
2008-06-21 15:55:52hodgestarcreate