summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-23 16:00:54 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-23 16:00:54 (GMT)
commit8902442e2f8040c368f4a3750031baa3e4bfc5d0 (patch)
treece490f639c6204f770f22520c097f933034d45bd /Lib
parent246f65f2bb387e71a26ddbbdab9dfd50ab2ebcbe (diff)
downloadcpython-8902442e2f8040c368f4a3750031baa3e4bfc5d0.zip
cpython-8902442e2f8040c368f4a3750031baa3e4bfc5d0.tar.gz
cpython-8902442e2f8040c368f4a3750031baa3e4bfc5d0.tar.bz2
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"
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions