Message71715
| Author | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2008-08-22.01:44:20 |
| SpamBayes Score | 0.0013139606 |
| Marked as misclassified | No |
| Message-id | <1219369461.44.0.47721526738.issue3643@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Python 3.0 has an new function which requires an extra patch: exception_print() have to check that the argument is an exception instance: >>> import _testcapi >>> _testcapi.exception_print(10) Erreur de segmentation (core dumped) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-22 01:44:21 | vstinner | set | recipients: + vstinner |
| 2008-08-22 01:44:21 | vstinner | set | messageid: <1219369461.44.0.47721526738.issue3643@psf.upfronthosting.co.za> |
| 2008-08-22 01:44:20 | vstinner | link | issue3643 messages |
| 2008-08-22 01:44:20 | vstinner | create | |