jas-per
jas-per
I didn't get ${python\3:Depends} resolved by dh_python2/3 when building my package. Build depends on dh-python is present. Think I found the culprit in the self.dh_binary_arch_lines = '\tdh binary-arch' and -indep...
currently pydbus has to use glib's mainloop - if you want to use pythons asyncio (trollius on python2) you have to run 2 event loops in your program. fortunately asyncio...
when started in a docker environment where `SC_OPEN_MAX` is very large (current docker/Linux sets it to 1073741816 by default) the function `_set_cloexec` at [/cherrypy/process/wspbus.py](https://github.com/cherrypy/cherrypy/blob/771a2e92b73a16be7eeea4e43b2b26af37fb5abc/cherrypy/process/wspbus.py#L549C9-L549C21) , will iterate through the 1...