Python 2.0 naive question

Martin von Loewis loewis at informatik.hu-berlin.de
Mon Sep 25 16:43:50 EDT 2000


David Bolen <db3l at fitlinxx.com> writes:

> Yes, the older Python DLL will load, but that shouldn't have to cause
> a crash, should it?  Presumably, the PYD is calling Py_InitModule from
> within its initXxxx function, but that initXxxx function is called
> from Python explicitly.

This gave me an idea for a fix for that problem, see

http://sourceforge.net/patch/?func=detailpatch&patch_id=101651&group_id=5470

The idea is not to check whether the imported module looks good, but
whether loading it results in loading python15.dll.

Regards,
Martin



More information about the Python-list mailing list