gecko-dev/python/mozlint
Ted Mielczarek afbf75cb40 bug 1371992 - make mozlint's LintRoller use concurrent.futures. r=ahal
There's a persistent test failure in automation that seems to have to do
with shutting down the `multiprocessing.Manager` that's used to get a
`Queue` to submit jobs to worker processes. After toying around with fixing
that I decided it would be simpler to just use concurrent.futures here,
since we already have it in-tree and it fits the use case here better
than using raw multiprocessing.

MozReview-Commit-ID: 8DdSvs2qp0q

--HG--
extra : rebase_source : 0b1cbb96bd3016778e4974a311722a8882f87216
2017-08-29 10:30:12 -04:00
..
mozlint bug 1371992 - make mozlint's LintRoller use concurrent.futures. r=ahal 2017-08-29 10:30:12 -04:00
test Bug 1390699 - Follow-up: Use find_executable() to locate echo. r=ahal 2017-08-17 00:19:12 -06:00
setup.py