[ python-Bugs-1048681 ] Add pythonX.dll to KnownDlls

SourceForge.net noreply at sourceforge.net
Tue Oct 19 21:35:50 CEST 2004


Bugs item #1048681, was opened at 2004-10-17 16:29
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1048681&group_id=5470

Category: Installation
Group: Feature Request
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Miki Tebeka (tebeka)
Assigned to: Nobody/Anonymous (nobody)
Summary: Add pythonX.dll to KnownDlls

Initial Comment:
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.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2004-10-19 21:35

Message:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1048681&group_id=5470


More information about the Python-bugs-list mailing list