Message68189
| Author | pitrou |
|---|---|
| Recipients | pitrou |
| Date | 2008-06-13.23:02:32 |
| SpamBayes Score | 0.007995882 |
| Marked as misclassified | No |
| Message-id | <1213398154.56.0.602313713782.issue3108@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This patch implements implicit except chaining (__context__) as per PEP 3134, or not quite. The difference is that PyErr_Set* functions do set the __context__ attribute, otherwise I think it would make an annoying discrepancy between exceptions generated by Python modules and exceptions generated by C modules (especially when some parts are written in C and others in Python, e.g. the io library). Unimplemented are the modifications in exception reporting. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-13 23:02:35 | pitrou | set | spambayes_score: 0.00799588 -> 0.007995882 recipients: + pitrou |
| 2008-06-13 23:02:34 | pitrou | set | spambayes_score: 0.00799588 -> 0.00799588 messageid: <1213398154.56.0.602313713782.issue3108@psf.upfronthosting.co.za> |
| 2008-06-13 23:02:33 | pitrou | link | issue3108 messages |
| 2008-06-13 23:02:33 | pitrou | create | |