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 vstinner
Recipients vstinner
Date 2010-01-31.03:12:19
SpamBayes Score 0.0011022339
Marked as misclassified No
Message-id <1264907542.03.0.152611089844.issue7818@psf.upfronthosting.co.za>
In-reply-to
Content
test_c_api() method of a set() (only defined in pydebug mode) suppose that the set content is "abc". It causes assertion error if the method is called in a set different than set("abc").

My patch modifies the set content at the beginning of the test.
History
Date User Action Args
2010-01-31 03:12:22vstinnersetrecipients: + vstinner
2010-01-31 03:12:22vstinnersetmessageid: <1264907542.03.0.152611089844.issue7818@psf.upfronthosting.co.za>
2010-01-31 03:12:20vstinnerlinkissue7818 messages
2010-01-31 03:12:20vstinnercreate