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年07月08日.20:36:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <3bpz322qXzzMwG@mail.python.org> |
| In-reply-to |
| Content | |
|---|---|
New changeset 111c2a070f28 by Victor Stinner in branch 'default': Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems http://hg.python.org/cpython/rev/111c2a070f28 New changeset ba766323b53a by Victor Stinner in branch 'default': Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure http://hg.python.org/cpython/rev/ba766323b53a New changeset 68887e177dd4 by Victor Stinner in branch 'default': Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError). http://hg.python.org/cpython/rev/68887e177dd4 New changeset 697d722d97f9 by Victor Stinner in branch 'default': Issue #18408: Fix marshal reader for Unicode strings: handle http://hg.python.org/cpython/rev/697d722d97f9 New changeset de1473f4503b by Victor Stinner in branch 'default': Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle http://hg.python.org/cpython/rev/de1473f4503b New changeset f4311870e329 by Victor Stinner in branch 'default': Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure http://hg.python.org/cpython/rev/f4311870e329 New changeset df8b40593a08 by Victor Stinner in branch 'default': Issue #18408: Fix _PyUnicodeWriter_Finish(): clear writer->buffer, http://hg.python.org/cpython/rev/df8b40593a08 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013年07月08日 20:36:31 | python-dev | set | recipients: + python-dev, vstinner |
| 2013年07月08日 20:36:31 | python-dev | link | issue18408 messages |
| 2013年07月08日 20:36:30 | python-dev | create | |