Hello,

Hi,
    There is a columen named "Debug" for python.exe and python23.dll."Yes"
is there.
And if you open python.exe or python23.dll, you'll see:

C:\sf\python\dist23\src\PCbuild\python.pdb

at the tail of file.That means a debug version?

No, that means to this file are debug symbols available in python.pdb. It's possible to compile a release version with debug symbols to get more infos if something crash's.

Debug version of python needs python23_d.dll.

bye by Wolfgang
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to