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
The deleted comment was really only relevant to Py2.
Preserving _cid_gen (which is picklable) is necessary to later enable
careful pickling of select callbacks, such as 3d mouse handlers
(otherwise, the same cid may be assigned twice, one before pickling and
once after unpickling).
0 commit comments