Message 304818 - Python tracker (original) (raw)
Message304818
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-23.16:08:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 1508774923.5.0.213398074469.issue30817@psf.upfronthosting.co.za |
| In-reply-to |
| Content |
|---|
| New changeset 66caacf2f0d6213b049a3097556e28e30440b900 by xdegaye in branch 'master': bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) https://github.com/python/cpython/commit/66caacf2f0d6213b049a3097556e28e30440b900 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-23 16:08:43 | xdegaye | set | recipients: + xdegaye, vstinner, serhiy.storchaka |
| 2017-10-23 16:08:43 | xdegaye | set | messageid: 1508774923.5.0.213398074469.issue30817@psf.upfronthosting.co.za |
| 2017-10-23 16:08:43 | xdegaye | link | issue30817 messages |
| 2017-10-23 16:08:43 | xdegaye | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜