[f2py] callback parsing bug
Pearu Peterson
pearu@cens.ioc.ee
Fri, 17 Aug 2001 21:31:25 +0200 (EET)
On Fri, 17 Aug 2001, Curtis Jensen wrote:
> Pearu,
> I've run into a parsing problem with the callback functions. With the
> attached Fortran file, I get the following errors when using f2py (ver
> 2.315)
>
> However, if I comment out the "implicit none" line, then everything
> works fine. I only have trouble with the "implicit none" line when
> using external functions. I would like to keep the "implicit none"
> capability. Unfortunatly, I don't know the f2py code well enough to
> find the bug for you.
Thanks for the bug report. It is fixed now in the latest f2py (2.317).
(Btw, implicit statement should appear before external statement.)
Regards,
Pearu