]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
It's highly unlikely, though possible for PyEval_Get*() to return NULLs.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 01:46:42 +0000 (01:46 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 01:46:42 +0000 (01:46 +0000)
commit43bd4db933711da450931824add443549a757455
tree20ab17361c698a10d1946c6514164d8a54125dde
parent84167d09cd3e97bff3e750d0dcb0d2d440c6fc2e
It's highly unlikely, though possible for PyEval_Get*() to return NULLs.
So be safe and do an XINCREF.

Klocwork # 221-222.
Python/bltinmodule.c