commit | 949f3317312c64425efae21bda86b98423aac9cf | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Sep 10 02:45:31 2012 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Mon Sep 10 02:45:31 2012 +0200 |
tree | e8adc528ca62b6ce58d53b995b6366df018519dd | |
parent | 941bfcc537a25077e2a73ddf8d8b3bfe288c81f4 [diff] |
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL