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.

classification
Title: Add pythonX.dll to KnownDlls
Type: enhancement Stage:
Components: Installation Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: Nosy List: loewis, tebeka
Priority: normal Keywords:

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:07adminsetgithub: 41031
2004-10-17 14:29:04tebekacreate