New submission from Андрей Казанцев <hec...@yandex.ru>:

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?

----------
components: Windows
files: Снимок.PNG
messages: 338093
nosy: paul.moore, steve.dower, tim.golden, zach.ware, Андрей Казанцев
priority: normal
severity: normal
status: open
title: Erro 0xC0000374 on windows 10
type: crash
versions: Python 3.7
Added file: https://bugs.python.org/file48212/Снимок.PNG

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to