]> granicus.if.org Git - python/commit
PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste
authorTim Peters <tim.peters@gmail.com>
Sun, 28 May 2006 10:41:29 +0000 (10:41 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 28 May 2006 10:41:29 +0000 (10:41 +0000)
commit5e9d6cfbda8f968a849d5235b75b32e7175ad8fd
treea7a05e18789712e4ad961e98c8df0879b899c1cd
parenta37722cc423524ac9a35d6432cf3866d9a8d12bd
PyErr_Display(), PyErr_WriteUnraisable():  Coverity found a cut-and-paste
bug in both:  `className` was referenced before being checked for NULL.
Python/errors.c
Python/pythonrun.c