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 asvetlov
Recipients asvetlov, docs@python, eudoxos
Date 2012-12-07.13:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354886608.08.0.537927591429.issue16633@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-07 13:23:28asvetlovsetrecipients: + asvetlov, docs@python, eudoxos
2012-12-07 13:23:28asvetlovsetmessageid: <1354886608.08.0.537927591429.issue16633@psf.upfronthosting.co.za>
2012-12-07 13:23:28asvetlovlinkissue16633 messages
2012-12-07 13:23:27asvetlovcreate