cpython/Doc/api
Fred Drake 8902442e2f Added exception to the rule that the buffer returned by PyString_AsString()
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"
2000-10-23 16:00:54 +00:00
..
.cvsignore Ignore the byproducts of SGML/XML conversions for now. 1998-12-01 18:58:28 +00:00
api.tex Added exception to the rule that the buffer returned by PyString_AsString() 2000-10-23 16:00:54 +00:00
refcounts.dat Added refcount information for the *_InPlace*() API series. 2000-09-22 18:19:37 +00:00