commit | 9844a1ffc3645a431ea9198e52214615e7752de7 | [log] [tgz] |
---|---|---|
author | Mark Hammond <mhammond@skippinet.com.au> | Tue Jan 27 23:46:57 2009 +0000 |
committer | Mark Hammond <mhammond@skippinet.com.au> | Tue Jan 27 23:46:57 2009 +0000 |
tree | 8e724435974089baad36e53369140da387193f69 | |
parent | 4fcc4cf1857a7d0a37c39c5df9aed1744bc02cd5 [diff] |
Merged revisions 69038 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69038 | mark.hammond | 2009-01-28 10:12:23 +1100 (Wed, 28 Jan 2009) | 3 lines On Windows, use the Python 'Activation Context' when loading extensions to avoid problems loading the CRT from a private assembly. Via bug 4566. ........