]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:45:31 +0000 (02:45 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:45:31 +0000 (02:45 +0200)
commit949f3317312c64425efae21bda86b98423aac9cf
treee8adc528ca62b6ce58d53b995b6366df018519dd
parent941bfcc537a25077e2a73ddf8d8b3bfe288c81f4
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
Objects/classobject.c