Andrew Svetlov added the comment:

I think the problem is: windows process can contain single shared win32 API and 
several CRT copies — one for Visual Studio 2008, other for VS 2010 etc. We 
cannot know which CRT version is used by particular extension, so I doubt we 
can initialize it properly.

Your workaround has the same problem.

----------
nosy: +asvetlov

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

Reply via email to