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
Don't forget to dlclose() main_program in tkagg init.
It's unlikely to matter unless embedding Python in a dynamic library and
doing really weird stuff, but dlclose()ing everything seems like good
practice.
0 commit comments