New submission from STINNER Victor <victor.stin...@haypocalc.com>:

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.

----------
files: set_test_c_api.patch
keywords: patch
messages: 98596
nosy: haypo
severity: normal
status: open
title: Improve set().test_c_api(): don't expect a set("abc"), modify the content
Added file: http://bugs.python.org/file16064/set_test_c_api.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7818>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to