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 ncoghlan
Recipients ncoghlan, vstinner
Date 2018-11-22.13:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542892015.73.0.788709270274.issue35290@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, interesting. https://bugs.python.org/issue30672 covered the fact that this test was already weird on FreeBSD, but the current status is that it was expecting BSD variants to act somewhat like Mac OS X, not like Linux.

I'm wondering if we may need to make test_c_locale_coercion less opinionated, where for most platforms it's just a "don't segfault" test, and it's only for ones where we're certain about how we expect it to behave (i.e. Linux, Mac OS X, AIX, maybe FreeBSD) that we try to check the specifics.
History
Date User Action Args
2018-11-22 13:06:55ncoghlansetrecipients: + ncoghlan, vstinner
2018-11-22 13:06:55ncoghlansetmessageid: <1542892015.73.0.788709270274.issue35290@psf.upfronthosting.co.za>
2018-11-22 13:06:55ncoghlanlinkissue35290 messages
2018-11-22 13:06:55ncoghlancreate