implement workaround for RPyC problem #2
rlehfeld
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version includes a fix for a problem with RPyC with objects which do not provide the
__class__
method, either because it was hidden or it is basically not available e.g. because it is implemented in C.This solution is only tested with Python3 as all of the library anyway.
This discussion was created from the release implement workaround for RPyC problem.
Beta Was this translation helpful? Give feedback.
All reactions