
report at bugs
Aug 9, 2012, 8:24 AM
Post #1 of 11
(151 views)
Permalink
|
|
[issue15604] PyObject_IsTrue failure checks
|
|
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> <http://bugs.python.org/issue15604> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|