This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients cmcqueen1975, mark.dickinson, mattchaput, meador.inge, ocean-city, orenti, vstinner
Date 2011-09-08.23:28:33
SpamBayes Score 0.0054183644
Marked as misclassified No
Message-id <1315524514.42.0.0159829073321.issue1172711@psf.upfronthosting.co.za>
In-reply-to
Content
+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.
History
Date User Action Args
2011-09-08 23:28:34vstinnersetrecipients: + vstinner, orenti, mark.dickinson, ocean-city, cmcqueen1975, meador.inge, mattchaput
2011-09-08 23:28:34vstinnersetmessageid: <1315524514.42.0.0159829073321.issue1172711@psf.upfronthosting.co.za>
2011-09-08 23:28:33vstinnerlinkissue1172711 messages
2011-09-08 23:28:33vstinnercreate