Skip to content

each iteration returns internal exception + trace#17

Merged
rjancewicz merged 1 commit intomasterfrom
development
Jul 22, 2014
Merged

each iteration returns internal exception + trace#17
rjancewicz merged 1 commit intomasterfrom
development

Conversation

@rjancewicz
Copy link
Owner

PyObject_CallFunctionObjArgs should raise an exception if NULL is
returned, in the event that it is we capture the exception state and
once we return control from the c iteration loop raise the correct
exception (rather than the generic one used previously).
This should allow for easier debugging from the python layer when an
error occurs within the callback.

All Unit Tests Pass.

PyObject_CallFunctionObjArgs should raise an exception if NULL is
returned, in the event that it is we capture the exception state and
once we return control from the c iteration loop raise the correct
exception (rather than the generic one used previously).
This should allow for easier debugging from the python layer when an
error occurs within the callback.
rjancewicz added a commit that referenced this pull request Jul 22, 2014
each iteration returns internal exception + trace
@rjancewicz rjancewicz merged commit b60ee19 into master Jul 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant