mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
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" |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| api.tex | ||
| refcounts.dat | ||