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 heckad
Recipients heckad, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-03-16.18:43:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552761804.37.0.212876301752.issue36319@roundup.psfhosted.org>
In-reply-to
Content
On windows 10 python falls after evaluate this code
```
import time
import locale

locale.setlocale(locale.LC_ALL, 'Russian_Russia.utf8')
time.localtime(1552753806.2363703)
```

What tools would you recommend for getting more information?
History
Date User Action Args
2019-03-16 18:43:24heckadsetrecipients: + heckad, paul.moore, tim.golden, zach.ware, steve.dower
2019-03-16 18:43:24heckadsetmessageid: <1552761804.37.0.212876301752.issue36319@roundup.psfhosted.org>
2019-03-16 18:43:24heckadlinkissue36319 messages
2019-03-16 18:43:24heckadcreate