Steve Dower <steve.do...@python.org> added the comment:

Looking at the winapi_thunks.cpp source file from the CRT, it may be that 
LCIDToLocaleName is failing to be loaded for some reason. That's the one that 
comes after LCMapStringEx, so if it's failing, that could abort the whole 
process.

Alternatively, LCMapStringEx might be being called immediately after loading it 
and failing, which would explain why we don't see a failed LoadLibrary entry 
(which I'd expect if we're just loading lots of entry points here). I don't see 
any calls in the CRT itself, so perhaps during initialization of something in 
the C++ runtime? Might be due to your locale settings?

More ideas than answers, I'm afraid.

----------

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

Reply via email to