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 ned.deily, skrah, vstinner, xdegaye, yan12125
Date 2016-07-06.19:19:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467832777.58.0.0292526504464.issue27442@psf.upfronthosting.co.za>
In-reply-to
Content
+    @unittest.skipIf(sysconfig.get_config_var('ANDROID_API_LEVEL') == 0,
+                         "not an android platform")

Hum, sysconfig.get_config_var() returns None for unknown variable. Why checking ==0?

@Xavier: Are you generating the patch using "hg diff"? I don't see the base revision in your patch, and so there is no [Review] link on your patch.
History
Date User Action Args
2016-07-06 19:19:37vstinnersetrecipients: + vstinner, ned.deily, skrah, xdegaye, yan12125
2016-07-06 19:19:37vstinnersetmessageid: <1467832777.58.0.0292526504464.issue27442@psf.upfronthosting.co.za>
2016-07-06 19:19:37vstinnerlinkissue27442 messages
2016-07-06 19:19:37vstinnercreate