Nick Coghlan eb81795d7d bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
- removes PY_WARN_ON_C_LOCALE build time flag
- locale coercion and compatibility warnings are now always compiled
  in, but are off by default
- adds PYTHONCOERCECLOCALE=warn runtime option to aid in
  debugging potentially locale related compatibility problems

Due to not-yet-resolved test failures on *BSD systems (including
Mac OS X), this also temporarily disables UTF-8 as a locale coercion
target, and skips testing the interpreter's behavior in the POSIX locale.
2017-06-18 12:29:42 +10:00
..
2016-09-07 09:26:18 -07:00
2016-09-13 22:46:15 -07:00
2017-01-01 22:04:13 -06:00
2017-05-28 11:35:14 +02:00
2017-05-28 11:35:14 +02:00

Miscellaneous source files for the main Python shared library