]> granicus.if.org Git - python/commit
PyString_FromString: this requires its argument be non-NULL, but doesn't
authorTim Peters <tim.peters@gmail.com>
Thu, 6 Dec 2001 20:29:32 +0000 (20:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 6 Dec 2001 20:29:32 +0000 (20:29 +0000)
commit62de65b25e56d01a7cd10f55576ff00eae1021fc
tree9961aaac987341f8ce96cc71ff780711bd90151c
parent604ddf80d891f666c677d23b83c3c9f8125ee2b5
PyString_FromString:  this requires its argument be non-NULL, but doesn't
check it.  Added an assert() to that effect.
Objects/stringobject.c