[Distutils] DEF Files

David Ascher da@ski.org
Tue, 14 Sep 1999 09:18:58 -0700 (Pacific Daylight Time)


> M.-A. Lemburg writes:
>  > I don't really get your points here... you can stick all those
>  > weird symbols into macros and then forget about them.
> 
>   In fact, when you:
> 
> #include "Python.h"
> 
> you get "the right stuff" defined as DL_IMPORT and DL_EXPORT.  (Why
> these aren't called Py_DL_IMPORT and Py_DL_EXPORT, I have no idea; I
> think they should be.)

Good point, but then I think the docuemntation should emphasize this (it
may have been doing this in recent versions, I don't know.).

--david