Message9943
Logged In: YES
user_id=86307
I don't think calling PyErr_Clear is necessary given the
current implementation; both PyErr_Clear and
PyErr_SetString ultimately call PyErr_Restore, which clears
the old error.
As for passing the error through, that might be a better
choice. I put in the PyErr_SetString to try to follow the
behavior of PyEval_EvalCodeEx when it gets non-string keys
in a keyword dict.
|
|
Date |
User |
Action |
Args |
2007-08-23 14:00:04 | admin | link | issue534347 messages |
2007-08-23 14:00:04 | admin | create | |
|