[New-bugs-announce] [issue15604] PyObject_IsTrue failure checks

Serhiy Storchaka report at bugs.python.org
Thu Aug 9 17:24:15 CEST 2012


New submission from Serhiy Storchaka:

PyObject_IsTrue can fail, but not everywhere in a code a returned value checked. Here is a patches which add such checks.

Note, patches for all three Python versions are rather different.

----------
components: Interpreter Core, Library (Lib)
files: istrue_check-3.3.patch
keywords: needs review, patch
messages: 167789
nosy: storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: PyObject_IsTrue failure checks
type: resource usage
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file26742/istrue_check-3.3.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15604>
_______________________________________


More information about the New-bugs-announce mailing list