Message71548
| Author | vstinner |
|---|---|
| Recipients | pitrou, vstinner |
| Date | 2008-08-20.14:58:19 |
| SpamBayes Score | 0.004461614 |
| Marked as misclassified | No |
| Message-id | <1219244300.3.0.371494872668.issue3611@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> How can tstate->exc_value become NULL at that point? [error.c:86] > Could you investigate? PyEval_CallObject(exception, args) may calls PyErr_SetObject(). Since the same thread state is the same, tstate->exc_value also changes during this call. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-20 14:58:20 | vstinner | set | recipients: + vstinner, pitrou |
| 2008-08-20 14:58:20 | vstinner | set | messageid: <1219244300.3.0.371494872668.issue3611@psf.upfronthosting.co.za> |
| 2008-08-20 14:58:19 | vstinner | link | issue3611 messages |
| 2008-08-20 14:58:19 | vstinner | create | |