Fix Coverity # 146. newDBSequenceObject would deref dbobj, so it can't be NULL.
commit8b8e9c7d1cfa705098d0012007937403e3783f14
authorneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 05:44:18 +0000 (11 05:44 +0000)
committerneal.norwitz <neal.norwitz@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 11 Jun 2006 05:44:18 +0000 (11 05:44 +0000)
tree265c2ae1503867ef2df46c5eb0b399048aab617a
parent8f4832a83e4e0b78722410dc33ebde1c865e3438
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.

git-svn-id: http://svn.python.org/projects/python/trunk@46850 6015fed2-1504-0410-9fe1-9d1591cc4771
Modules/_bsddb.c