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 CharlieClark
Recipients CharlieClark, Dominik Geldmacher, Manjusaka, eryksun, jkloth, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-07.17:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557248757.11.0.26317997039.issue36792@roundup.psfhosted.org>
In-reply-to
Content
And this is the result.

old locale: C
count: 28
value: Mitteleuropäische Sommerzeit
new locale: de_DE
count: -1
value:
Windows fatal exception: code 0xc0000374

Looks like

print('new locale:', crt_locale._wsetlocale(0, 'de_DE'))
print('count:', crt_time.wcsftime(wbuf, 1024, '%Z', tm))

is the culprit.
History
Date User Action Args
2019-05-07 17:05:57CharlieClarksetrecipients: + CharlieClark, paul.moore, vstinner, tim.golden, jkloth, zach.ware, eryksun, steve.dower, Manjusaka, Dominik Geldmacher
2019-05-07 17:05:57CharlieClarksetmessageid: <1557248757.11.0.26317997039.issue36792@roundup.psfhosted.org>
2019-05-07 17:05:57CharlieClarklinkissue36792 messages
2019-05-07 17:05:57CharlieClarkcreate