gecko-dev/toolkit/components/telemetry/build_scripts/mozparsers
Chris H-C 27e30d5c8f Bug 1626590 Use os._exit not sys.exit in atexit in Python3 r=glandium,janerik
Also: os._exit is much faster than sys.exit, so remember to flush stderr or
we won't see the errors we just printed.

Also also: Mock os._exit to raise SystemExit in tests so that they can still
run. (os._exit raises nothing and kills the test immediately)

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

--HG--
extra : moz-landing-system : lando
2020-04-14 13:04:22 +00:00
..
__init__.py
parse_events.py
parse_histograms.py
parse_scalars.py
shared_telemetry_utils.py Bug 1626590 Use os._exit not sys.exit in atexit in Python3 r=glandium,janerik 2020-04-14 13:04:22 +00:00