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.

Author amaury.forgeotdarc
Recipients
Date 2006-01-11.16:35:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=389140

The root cause it that Purify renames all DLLs with names like
"python24__d$Purify_c_python.dll".
With python 2.3, this name was not taken as the python DLL,
and no check was performed.
The broken logic in my previous comment changed this for 2.4.

A more correct fix is to get the python DLL name from the
current process, using GetModuleName(PyWin_DLLhModule).
History
Date User Action Args
2007-08-23 14:37:13adminlinkissue1403068 messages
2007-08-23 14:37:13admincreate