New submission from Alex <alex.gay...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10668>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to