[issue7818] Improve set().test_c_api(): don't expect a set("abc"), modify the content

Raymond Hettinger report at bugs.python.org
Sun Jan 31 05:26:25 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Will think about this.  The method was supposed to be for internal use only.  May just rename it to _test_c_api() and add a docstring noting that it is only defined for "abc".  

That being said, it may be worthwhile to build-out the test to accept many different possible inputs and possibly do a more thorough exercised of possible inputs and outputs to C functions.

----------
priority:  -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7818>
_______________________________________


More information about the Python-bugs-list mailing list