Message270729
OTOH, if you put sys.exc_info() in place of raise there, it correctly (None, None, None) there, because it does (sysmodule.c:sys_exc_info)
tstate->exc_type != NULL ? tstate->exc_type : Py_None,
Easiest fix would be to make do_raise test for both NULL and None, but I'd really consider fixing the new thread initialization if possible. |
|
Date |
User |
Action |
Args |
2016-07-18 09:06:24 | ztane | set | recipients:
+ ztane, Romuald, xiang.zhang |
2016-07-18 09:06:24 | ztane | set | messageid: <1468832784.4.0.775295895554.issue27558@psf.upfronthosting.co.za> |
2016-07-18 09:06:24 | ztane | link | issue27558 messages |
2016-07-18 09:06:24 | ztane | create | |
|