Python + Borland - msvcrt = grr.

Fredrik Lundh fredrik at pythonware.com
Mon Apr 23 10:53:07 EDT 2001


Stephen Hansen wrote:
> It explains the infinate spam of warning messages I get, though,
> since quite a few pointers are initialized to NULL and that NULL is
> never read in. This is not something I think the Gods'o'Python
> would care to have fixed, though. Dispite a 'no warnings' policy :)

other compilers complain about possible "use before assignment" if
you don't initialize them to NULL...

Cheers /F





More information about the Python-list mailing list