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
Cannot wire module with queue.Queue
#362
Comments
Hi @ventaquil , thanks for reporting the bug. That's serious stuff, will take a look. |
Hey @rmk135, thanks for response. I have tried quick fix with |
Fixed in Looks like it was a Python 3.9 specific problem. Introspection doesn't work for
Thanks a lot for reporting the bug @ventaquil . Closing the issue, reopen if needed. |
Works perfect! Thank you very much for such quick fix |
Wiring any module which imports
queue.Queue
raises errorValueError: no signature found for builtin type <class 'types.GenericAlias'>
.The text was updated successfully, but these errors were encountered: