• Guido van Rossum's avatar
    Removed fatal errors from Py_Initmodule4() (and thus from · 40b33c64
    Guido van Rossum yazdı
    Py_Initmodule(), which is a macro wrapper around it).
    
    The return value is now a NULL pointer if the initialization failed.
    This may make old modules fail with a SEGFAULT, since they don't
    expect this kind of failure.  That's OK, since (a) it "never" happens,
    and (b) they would fail with a fatal error otherwise, anyway.
    
    Tons of extension modules should now check the return value of
    Py_Initmodule*() -- that's on my TODO list.
    40b33c64
Adı
Son kayıt (commit)
Son güncelleme
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...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS 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...