Skip to content

Conversation

ReadWriteDenied
Copy link

Fixes optional signint override;
RawMainLoop = MainLoop.__bases__[0] returns the type of MainLoop, seems to be due to a name conflict with it's super (also called GLib.MainLoop, be it in other file scope). This results in handle_sigint not really doing much, is stuck in True option regardless of its value.

Fixes blocking subprocess pipe;
Map condition & GLib.IOCondition.HUP to selector.EVENT_READ is required to fix this

Hans Heirman added 2 commits March 15, 2021 17:54
... otherwise an asyncio.subprocess pipe is never terminated

Fixes jhenstridge#5
... conflicting type names made the optional not so optional (always overriding).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant