Message71548
> 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. |
|
| Date |
User |
Action |
Args |
| 2008-08-20 14:58:20 | haypo | set | recipients:
+ haypo, pitrou |
| 2008-08-20 14:58:20 | haypo | set | messageid: <1219244300.3.0.371494872668.issue3611@psf.upfronthosting.co.za> |
| 2008-08-20 14:58:19 | haypo | link | issue3611 messages |
| 2008-08-20 14:58:19 | haypo | create | |
|