[issue26624] Windows hangs in call to CRT setlocale()

STINNER Victor report at bugs.python.org
Wed Mar 23 12:13:39 EDT 2016


STINNER Victor added the comment:

The bug occurs in test_strptime and test__locale according to Jeremy.

> - Tests run using '-j4'

With this option, each test file is run in a new fresh process, so it's more likely a race condition which depends on the system load (on exact timing) than the interaction with other tests running in parallel.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26624>
_______________________________________


More information about the Python-bugs-list mailing list