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
Currently, pickling a CallbackRegistry silently drops registered callbacks, except those register using the internal _connect_picklable (which we are careful to call only with picklable callbacks).
We should not silently drop. I don't oversee what exposing _connect_picklable would imply. Warn is the safe minimal improvement we can make. When users are aware of the dropped callback, they can file a feature request if they want a bette solution.
Problem
Currently, pickling a CallbackRegistry silently drops registered callbacks, except those register using the internal
_connect_picklable
(which we are careful to call only with picklable callbacks).Proposed solution
No response
The text was updated successfully, but these errors were encountered: