Message 340680 - Python tracker

Message340680

Author steve.dower
Recipients Michael.Felt, steve.dower, vstinner
Date 2019-04-22.19:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555960447.89.0.507513666573.issue36624@roundup.psfhosted.org>
In-reply-to
Content
I like this, though I don't like using the platform module here and would prefer sys.platform to be canonical (until there's a need to differentiate - e.g. some tests coming for Windows ARM32 will need to be more specific).

In general, I'd like fewer tests to be platform specific and make more functionality "just work" across platforms, or at least platform families. I feel like more precise skips don't actually help with that - they make it too easy to say "this functionality just doesn't work here" instead of trying to make it work.
History
Date User Action Args
2019-04-22 19:14:07steve.dowersetrecipients: + steve.dower, vstinner, Michael.Felt
2019-04-22 19:14:07steve.dowersetmessageid: <1555960447.89.0.507513666573.issue36624@roundup.psfhosted.org>
2019-04-22 19:14:07steve.dowerlinkissue36624 messages
2019-04-22 19:14:07steve.dowercreate