[issue12740] Add struct.Struct.nmemb

Meador Inge report at bugs.python.org
Sat Aug 13 19:52:01 CEST 2011


Meador Inge <meadori at gmail.com> added the comment:

The functionality part of the patch looks reasonable.  However, the pseudo-randomization in the unit tests seems like a bad idea.  Say someone is adding a new feature X.  Runs the unit tests to find one of them failing.  Then runs them again to investigate and they are now passing.  Unit tests should be repeatable.

----------
nosy: +meador.inge

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


More information about the Python-bugs-list mailing list