====== Tips and Known Bugs ====== ===== Known Bugs ===== ==== v0.3 and below ==== === Fatals === * Using stdio stuff like ''print'' inside ''MCC_xxx'' methods or Hook callbacks cause system to freeze. ===== v0.4 dev notes ===== * Notify method doesn't incref the source python object (a weakref is given to the hook): when the notification hook is called, the used source python may have been destroyed! Current implementation doesn't let the possibility to be notified after that.