You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When application uses object proxy as sender in connect then signal is never delivered. This is due use of object id, which is different for real object and proxy.
When application uses object proxy as sender in connect then signal is never delivered. This is due use of object id, which is different for real object and proxy.
For example when using https://pypi.python.org/pypi/lazy-object-proxy the signal is never received.
Even though x and x_proxy have different id values, the normal equal comparison works, as well as hash() returns same value:
It is similar issue as reported in #30 and similar solution (using hash) would help.
The text was updated successfully, but these errors were encountered: