• Guido van Rossum's avatar
    Let's hope that three time's a charm... · 8628206b
    Guido van Rossum yazdı
    Tim discovered another "bug" in my get_line() code: while the comments
    said that n<0 was invalid, it was in fact still called with n<0 (when
    PyFile_GetLine() was called with n<0).  In that case fortunately
    executed the same code as for n==0.
    
    Changed the comment to admit this fact, and changed Tim's MS speed
    hack code to use 'n <= 0' as the criteria for the speed hack.
    8628206b
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...