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 | benjamin.peterson, ezio.melotti, larry, lemburg, ncoghlan, python-dev, serhiy.storchaka, vstinner, xiang.zhang |
| Date | 2016年10月25日.07:18:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <20161025071849.32991.18101.8416D7E1@psf.io> |
| In-reply-to |
| Content | |
|---|---|
New changeset 71dce630dc02 by Serhiy Storchaka in branch '3.4': Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. https://hg.python.org/cpython/rev/71dce630dc02 New changeset 74569ecd67e4 by Serhiy Storchaka in branch '3.5': Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. https://hg.python.org/cpython/rev/74569ecd67e4 New changeset 6af1a26e655f by Serhiy Storchaka in branch '3.6': Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. https://hg.python.org/cpython/rev/6af1a26e655f New changeset 1ab1fd00e9d6 by Serhiy Storchaka in branch 'default': Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug build. https://hg.python.org/cpython/rev/1ab1fd00e9d6 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016年10月25日 07:18:52 | python-dev | set | recipients: + python-dev, lemburg, ncoghlan, vstinner, larry, benjamin.peterson, ezio.melotti, serhiy.storchaka, xiang.zhang |
| 2016年10月25日 07:18:52 | python-dev | link | issue28426 messages |
| 2016年10月25日 07:18:52 | python-dev | create | |