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 | martin.panter |
|---|---|
| Recipients | Arfrever, The Compiler, martin.panter, python-dev, r.david.murray, serhiy.storchaka, vstinner |
| Date | 2016年02月28日.04:17:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1456633077.43.0.473105352882.issue22836@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FTR Python 2’s exception report in __del__() is a bit different, here is what it now looks like: >>> o = VeryBroken() >>> del o Exception __main__.BrokenStrException: <exception repr() failed> in <object repr() failed> ignored |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016年02月28日 04:17:57 | martin.panter | set | recipients: + martin.panter, vstinner, Arfrever, r.david.murray, python-dev, serhiy.storchaka, The Compiler |
| 2016年02月28日 04:17:57 | martin.panter | set | messageid: <1456633077.43.0.473105352882.issue22836@psf.upfronthosting.co.za> |
| 2016年02月28日 04:17:57 | martin.panter | link | issue22836 messages |
| 2016年02月28日 04:17:56 | martin.panter | create | |