• Fred Drake's avatar
    Added exception to the rule that the buffer returned by PyString_AsString() · 8902442e
    Fred Drake yazdı
    and PyString_AsStringAndSize() for strings that were just created using
    PyString_FromStringAndSize(NULL, n).
    
    This closes bug #117377.
    
    Added warning about passing NULL to the concrete object functions; many of
    them use the appropriate Py<Type>_Check() test, but do not check for NULL.
    
    "de-allocated" --> "deallocated"
    8902442e
Adı
Son kayıt (commit)
Son güncelleme
..
.cvsignore Loading commit data...
api.tex Loading commit data...
refcounts.dat Loading commit data...