This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | python-dev |
|---|---|
| Recipients | python-dev, vstinner |
| Date | 2013年10月31日.16:23:51 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <3d9X0R0428z7LjP@mail.python.org> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013年10月31日 16:23:52 | python-dev | set | recipients: + python-dev, vstinner |
| 2013年10月31日 16:23:52 | python-dev | link | issue19437 messages |
| 2013年10月31日 16:23:51 | python-dev | create | |