]> granicus.if.org Git - python/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:56 +0000 (02:45 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:45:56 +0000 (02:45 +0200)
commitf03572d040f0f34b7fd3c1bcbd232d60b5a00d78
treef5a7e62de3f21d7cc854ac8d21e09e4c5d0fbaa7
parent1b5c76a2832e3fc3eb4d850b5bc69692bf23c83a
parent949f3317312c64425efae21bda86b98423aac9cf
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
Objects/classobject.c