STINNER Victor <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue1172711>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to