GNOME Bugzilla – Bug 791591
Add support for Python 3 asyncio event loop (PEP 3156)
Last modified: 2018-01-10 21:01:23 UTC
Python 3 now has built in async features[1] which are a perfect fit for Gio's async APIs. An implementation using GLib already exists in gbulb[2] though one problem brought up is that it is Apache-2.0 licensed. [1] - https://docs.python.org/3/library/asyncio.html [2] - https://github.com/nathan-hoad/gbulb
gblub issue: https://github.com/nathan-hoad/gbulb/issues/32
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/pygobject/issues/146.