[Python-Dev] Re: Bug [ 959379 ] Implicit close() should check for errors

"Martin v. Löwis" martin at v.loewis.de
Tue Oct 26 22:03:20 CEST 2004


Peter Astrand wrote:
> +                       PySys_WriteStderr("close failed: %s\n", strerror(errno));

This should use HAVE_STRERROR.

Regards,
Martin


More information about the Python-Dev mailing list