Skip to content
Discussion options

You must be logged in to vote
  1. Unfortunately multiple packages is very difficult to make work, the issue is tracked in #1444. My recommendation is you build a single python package if possible.
  2. There is a blanket impl<T> FromPyObject for T: PyClass + Clone, which clones the data out of the Python object. You're conflicting with that implementation. This blanket has proved to be a mixed bag; in some ways it is very convenient but it has weakened error messages and also created situations like this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GasPasChaud
Comment options

Answer selected by GasPasChaud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants