dgovil / PySignal

A purely Python implementation of the Qt signal system with no QObject dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError raise by WeakMethod not handled.

ldunham1 opened this issue · comments

except AttributeError:

Just realized that WeakMethod (including backport) raises a TypeError that isn't currently handled.