Message 304913 - Python tracker (original) (raw)
Message304913
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 | xdegaye |
|---|---|
| Recipients | serhiy.storchaka, vstinner, xdegaye |
| Date | 2017-10-24.14:42:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 1508856158.82.0.213398074469.issue30817@psf.upfronthosting.co.za |
| In-reply-to |
| Content |
|---|
| New changeset d5d79545b73110b2f4c2b66d150409514e2ca8e0 by xdegaye in branch '3.6': [3.6] bpo-30817: Fix PyErr_PrintEx() when no memory (GH-2526). (#4107) https://github.com/python/cpython/commit/d5d79545b73110b2f4c2b66d150409514e2ca8e0 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-24 14:42:38 | xdegaye | set | recipients: + xdegaye, vstinner, serhiy.storchaka |
| 2017-10-24 14:42:38 | xdegaye | set | messageid: 1508856158.82.0.213398074469.issue30817@psf.upfronthosting.co.za |
| 2017-10-24 14:42:38 | xdegaye | link | issue30817 messages |
| 2017-10-24 14:42:38 | xdegaye | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜