I found out what was the problem.
The behavior of my "reader" (The callback passed to
AbstractEventLoop.add_reader()) is to set an event. This event is
awaited for in a coroutine which actually reads what is written on a
pipe. The execution flow is the following:
* NEW LOOP TURN
* The selector aw
Hello all,
I'm a member of the RHEV integration team and for the past few weeks I've
been working on packaging Ovirt for python3 compatibility for Fedora, and
we have very clear guidelines for packaging python packages for Fedora:
https://fedoraproject.org/wiki/Packaging:Python#Byte_compiling
and