]> granicus.if.org Git - python/commit
Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_DECREF
authorJust van Rossum <just@letterror.com>
Sun, 15 Dec 2002 13:45:32 +0000 (13:45 +0000)
committerJust van Rossum <just@letterror.com>
Sun, 15 Dec 2002 13:45:32 +0000 (13:45 +0000)
commitbbfd859521073e1e399f91b78016d621a78e60d1
treeffc6bd7a7f22293006f9dd9921dc4e04ea0d5a5e
parentedd179ee7789d2938c973880027a54be7d817e6d
Fixed potential crash: v can be NULL here, so use Py_XDECREF rather than Py_DECREF
Python/modsupport.c