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
clrmodule uses glib in a single place: main_thread_handler takes a parameter of type gobject from glib, which is actually just a pointer to PyNet_Args (a cast is used). As main_thread_handler is an internal function, this dependency seems unnecessary.