[issue10668] Array tests have nonsense in them

Alex report at bugs.python.org
Fri Dec 10 02:54:24 CET 2010


New submission from Alex <alex.gaynor at gmail.com>:

In ArraySubclassWithKwargs, when __init__ is called it doesn't actually pass self to `array.array.__init__`, this doesn't actually cause errors because the contents of the array isn't tested anywhere.

----------
components: Library (Lib)
messages: 123714
nosy: alex
priority: normal
severity: normal
status: open
title: Array tests have nonsense in them
versions: Python 2.7

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


More information about the Python-bugs-list mailing list