[issue19437] More failures found by pyfailmalloc

Roundup Robot report at bugs.python.org
Thu Oct 31 17:23:52 CET 2013


Roundup Robot added the comment:

New changeset 9b37fbda9043 by Victor Stinner in branch 'default':
Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()
http://hg.python.org/cpython/rev/9b37fbda9043

New changeset e035b4656088 by Victor Stinner in branch 'default':
Issue #19437: Fix show_warning() of _warnings, stop at the first error to not
http://hg.python.org/cpython/rev/e035b4656088

New changeset 1181fcc02fe7 by Victor Stinner in branch 'default':
Issue #19437: Fix fill_and_set_sslerror() of _ssl, handle Py_BuildValue()
http://hg.python.org/cpython/rev/1181fcc02fe7

New changeset ae4bdd4b7240 by Victor Stinner in branch 'default':
Issue #19437: Fix PyCArrayType constructor, raise MemoryError on PyMem_Malloc()
http://hg.python.org/cpython/rev/ae4bdd4b7240

New changeset a0e2c2cb60f6 by Victor Stinner in branch 'default':
Issue #19437: Fix PyCFuncPtrType constructor, handle
http://hg.python.org/cpython/rev/a0e2c2cb60f6

New changeset 8f58e57e0d59 by Victor Stinner in branch 'default':
Issue #19437: Fix newPySSLSocket(), handle PyWeakref_NewRef() failure
http://hg.python.org/cpython/rev/8f58e57e0d59

New changeset 985f8762ee3e by Victor Stinner in branch 'default':
Issue #19437: Fix r_PyLong() of marshal module, stop immediatly at first
http://hg.python.org/cpython/rev/985f8762ee3e

New changeset 9e836a945ea9 by Victor Stinner in branch 'default':
Issue #19437: Fix r_object() of marshal module, handle r_byte() failure for
http://hg.python.org/cpython/rev/9e836a945ea9

New changeset fc54e2848c98 by Victor Stinner in branch 'default':
Issue #19437: Fix r_object() of marshal module, handle PyDict_SetItem() failure
http://hg.python.org/cpython/rev/fc54e2848c98

New changeset 995173ed248a by Victor Stinner in branch 'default':
Issue #19437: Cleanup r_ref() of the marshal module
http://hg.python.org/cpython/rev/995173ed248a

----------

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


More information about the Python-bugs-list mailing list