[issue36792] [Windows] time: crash on formatting time with de_DE locale

Jeremy Kloth report at bugs.python.org
Tue May 7 13:12:45 EDT 2019


Jeremy Kloth <jeremy.kloth+python-tracker at gmail.com> added the comment:

Final test, this time, no Python what so ever.  I've added a zip containing a simple C program (source and .exe) that performs the same test.

The output should be similar to:

--------
The current locale is now: C
The time zone is: 'Mountain Daylight Time' (22 characters)
--------
The updated locale is now: de_DE
The time zone is: 'Mountain Daylight Time' (22 characters)
--------

If this crashes, the problem is then within the CRT itself :(

----------
Added file: https://bugs.python.org/file48310/issue36792.zip

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36792>
_______________________________________


More information about the Python-bugs-list mailing list