]> granicus.if.org Git - python/commit
On Windows, use the Python 'Activation Context' when loading extensions
authorMark Hammond <mhammond@skippinet.com.au>
Tue, 27 Jan 2009 23:12:23 +0000 (23:12 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Tue, 27 Jan 2009 23:12:23 +0000 (23:12 +0000)
commit9f4f56d4e8c6c4a0221a24a6013b04b02e7916b6
treee262164178b8a80c5386064bdf52933986b8707d
parent560f9a8a9004ba0a2ee064e9ad83f413d091b2fa
On Windows, use the Python 'Activation Context' when loading extensions
to avoid problems loading the CRT from a private assembly.  Via bug 4566.
PC/dl_nt.c
Python/dynload_win.c