[Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Mar 15 00:12:42 CET 2006
More information about the Python-Dev mailing list
Wed Mar 15 00:12:42 CET 2006
- Previous message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Next message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fredrik Lundh wrote: > return=NULL; output=junk => out of memory > return=junk; output=-1 => cannot do this > return=pointer; output=value => did this, returned value bytes > I agree that the design is a bit questionable; It sure is. If you get both NULL and -1 returned, how are you supposed to know which one is the junk? Greg
- Previous message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Next message: [Python-Dev] About "Coverity Study Ranks LAMP Code Quality"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list