Mercurial > pymonkey
changeset 42:e62b1801f9af
Added a TODO.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Fri, 03 Jul 2009 21:15:18 -0700 |
parents | 71ab5e977dd3 |
children | 5727675b1bcb |
files | context.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/context.c Fri Jul 03 20:57:58 2009 -0700 +++ b/context.c Fri Jul 03 21:15:18 2009 -0700 @@ -183,6 +183,8 @@ argc, argv, &rval)) { // TODO: There's a pending exception on the JS context, should we // do something about it? + + // TODO: Convert the JS exception to a Python one. PyErr_SetString(PYM_error, "Function failed"); return NULL; }