rust-cpython icon indicating copy to clipboard operation
rust-cpython copied to clipboard

Implemented Error trait for PyErr

Open asoderman opened this issue 7 years ago • 3 comments

This allows for more flexibility for converting between error types.

Relevant issue: #125

asoderman avatar Feb 21 '18 21:02 asoderman

Fixed

asoderman avatar Feb 21 '18 21:02 asoderman

Waiting for this to be merged. Is it because Travis failed? Seems like it cannot compile some test - but this seems to not be caused by this PR (?)

Ploppz avatar Apr 03 '18 22:04 Ploppz

I sync'd my branch with master and it appears to have fixed the error with the doctest however there is a new error with nightly. Not really sure what is causing it.

asoderman avatar Apr 03 '18 23:04 asoderman