Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.
We know it's not NULL from the ParseTuple and DbObject_Check will verify it's not NULL.
Showing
Please register or sign in to comment
We know it's not NULL from the ParseTuple and DbObject_Check will verify it's not NULL.