]> granicus.if.org Git - python/commit
Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact
authorGeorg Brandl <georg@python.org>
Mon, 13 Mar 2006 22:22:11 +0000 (22:22 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 13 Mar 2006 22:22:11 +0000 (22:22 +0000)
commit3daf75878df471bafb3c454c8f216fe7cbcb80ee
tree350b43892cfe81c2ef37b7b4e782546170b0227c
parentd364a07517bb2a413e5d4739c2f43c4af218be43
Fix bug found by Coverity: don't allow NULL argument to PyUnicode_CheckExact
Objects/object.c