gecko-dev/testing/mozbase/mozprocess
Tarek Ziadé 7b582e3d8b Bug 1532630 - mozprocess broken on python 3.6+ - r=gbrown
Make sure ProcessHandlerMixin.Process works also under 3.6.

3.6 introduced a _wait() method in its Popen class, that
conflicts with the one in mozprocess. The patch renames it
and also adds timeout where possible.

Differential Revision: https://phabricator.services.mozilla.com/D22157

--HG--
extra : moz-landing-system : lando
2019-03-26 16:47:54 +00:00
..
mozprocess Bug 1532630 - mozprocess broken on python 3.6+ - r=gbrown 2019-03-26 16:47:54 +00:00
tests Bug 1428713 [mozprocess] Add support for Python 3 r=ahal 2019-02-06 09:13:44 +00:00
setup.cfg Bug 1428713 [mozprocess] Add support for Python 3 r=ahal 2019-02-06 09:13:44 +00:00
setup.py Bug 1428713 [mozprocess] Add support for Python 3 r=ahal 2019-02-06 09:13:44 +00:00