[issue27069] webbrowser creates zombi processes in the background mode

Brendan Donegan report at bugs.python.org
Thu Dec 15 10:33:58 EST 2016


Brendan Donegan added the comment:

This appears to be Firefox specific? At least:

b = webbrowser.get("chromium-browser")
b.open("https://bugs.python.org/issue26741")

returns simply:

True

With no exception

----------
nosy: +brendan-donegan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27069>
_______________________________________


More information about the Python-bugs-list mailing list