[issue1172711] long long support for array module

STINNER Victor report at bugs.python.org
Fri Sep 9 01:28:34 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

+if have_long_long:
+    class LongLongTest(SignedNumberTest):
+        ...

It is maybe better to use @unittest.skipIf(not have_long_long, 'need long long support'). Except of this nit, the patch looks correct.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list