-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inspect.isfunction(rpyc_remote_function) #426
Comments
This should be fixed by #427 ... If by chance it is not fixed, please reopen. |
Running this example on rpyc 5.0.0 and python 3.8:
The inspect.isfunction doesn't work anymore, again. |
While upgrading from 4.1.2 to 5.0.0 we had issues with objects returned over rpyc.
Commit b683c25 broke this next snippet:
Same for all
inspect.is*
checks (eg.ismodule
,ismethod
,iscode
,isclass
...).Environment
Minimal example
Server:
Client:
The text was updated successfully, but these errors were encountered: