Issue 1048681: Add pythonX.dll to KnownDlls (original) (raw)

Issue1048681

Created on 2004-10-17 14:29 by tebeka, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg22715 - (view) Author: Miki Tebeka (tebeka) * Date: 2004-10-17 14:29
For Windows systems, when installing pythonX.dll to system32 it should be added to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\KnownDLLs This will speed up the initial loading of python. Many applications the runs a lot of python processes (such as cgi ...) will run much faster. See http://support.microsoft.com/kb/q164501/ for more details.
msg22716 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-10-19 19:35
Logged In: YES user_id=21627 This change is not desirable. It will cause \windows\system32.dll\python24.dll to be used even if the application comes with its own, potentially modified version of python24.dll.
History
Date User Action Args
2022-04-11 14:56:07 admin set github: 41031
2004-10-17 14:29:04 tebeka create