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 typegobject fromglib, which is actually just a pointer toPyNet_Args (a cast is used). Asmain_thread_handler is an internal function, this dependency seems unnecessary.