• Tim Peters's avatar
    Included assert.h in Python.h -- it's absurd that this basic tool of · 8315ea57
    Tim Peters yazdı
    good C practice hasn't been available to everything all along.
    Added Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) macro to pyport.h; this
    just casts VALUE from type WIDE to type NARROW, but assert-fails if
    Py_DEBUG is defined and info is lost due to casting.
    Replaced a line in Fredrik's fix to marshal.c to use the new macro.
    8315ea57
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...
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...