TRAVIS_OS_NAME=linux 3.8-dev=.8-dev <<<<<< ENV .coveragerc .github/workflows/astrill-codesigning-cert.cer LICENSE LICENSE.APACHE2 LICENSE.MIT MANIFEST.in README.rst check.sh ci.sh docs-requirements.in docs/Makefile docs/make.bat docs/source/_static/.gitkeep docs/source/_static/favicon.svg docs/source/_static/hackrtd.css docs/source/_static/ornament.svg docs/source/_templates/.gitkeep docs/source/awesome-trio-libraries.rst docs/source/code-of-conduct.rst docs/source/conf.py docs/source/contributing.rst docs/source/design.rst docs/source/glossary.rst docs/source/history.rst docs/source/index.rst docs/source/local_customization.py docs/source/reference-core.rst docs/source/reference-core/channels-backpressure.py docs/source/reference-core/channels-mpmc-broken.py docs/source/reference-core/channels-mpmc-fixed.py docs/source/reference-core/channels-shutdown.py docs/source/reference-core/channels-simple.py docs/source/reference-core/contextvar-example.py docs/source/reference-core/from-thread-example.py docs/source/reference-io.rst docs/source/reference-lowlevel.rst docs/source/reference-testing.rst docs/source/reference-testing/across-realtime.out docs/source/reference-testing/across-realtime.py docs/source/releasing.rst docs/source/tutorial.rst docs/source/tutorial/echo-client.py docs/source/tutorial/echo-server.py docs/source/tutorial/tasks-intro.py docs/source/tutorial/tasks-with-trace.py logo/editable.svg logo/logo-speech-bubble-favicon.svg logo/logo-speech-bubble.svg logo/logo-transparent-no-text.svg logo/logo-transparent-with-text.svg logo/logo-with-background.svg logo/wordmark-transparent.svg logo/wordmark-with-background.svg mypy.ini newsfragments/.gitkeep newsfragments/1722.deprecated.rst newsfragments/1726.deprecated.rst newsfragments/1738.bugfix.rst newsfragments/README.rst notes-to-self/afd-lab.py notes-to-self/aio-guest-test.py notes-to-self/atomic-local.py notes-to-self/blocking-read-hack.py notes-to-self/estimate-task-size.py notes-to-self/fbsd-pipe-close-notify.py notes-to-self/file-read-latency.py notes-to-self/graceful-shutdown-idea.py notes-to-self/how-does-windows-so-reuseaddr-work.py notes-to-self/loopy.py notes-to-self/lots-of-tasks.py notes-to-self/manual-signal-handler.py notes-to-self/measure-listen-backlog.py notes-to-self/ntp-example.py notes-to-self/print-task-tree.py notes-to-self/proxy-benchmarks.py notes-to-self/reopen-pipe.py notes-to-self/schedule-timing.py notes-to-self/server.crt notes-to-self/server.csr notes-to-self/server.key notes-to-self/server.orig.key notes-to-self/sleep-time.py notes-to-self/socket-scaling.py notes-to-self/socketpair-buffering.py notes-to-self/ssl-close-notify/ssl-close-notify.py notes-to-self/ssl-close-notify/ssl2.py notes-to-self/ssl-close-notify/trio-test-1.pem notes-to-self/ssl-close-notify/trio-test-CA.pem notes-to-self/ssl-handshake/ssl-handshake.py notes-to-self/ssl-handshake/trio-test-1.pem notes-to-self/ssl-handshake/trio-test-CA.pem notes-to-self/sslobject.py notes-to-self/thread-closure-bug-demo.py notes-to-self/thread-dispatch-bench.py notes-to-self/time-wait-windows-exclusiveaddruse.py notes-to-self/time-wait.py notes-to-self/trace.py notes-to-self/trivial-err.py notes-to-self/trivial.py notes-to-self/wakeup-fd-racer.py notes-to-self/win-waitable-timer.py pyproject.toml setup.cfg setup.py test-requirements.in trio/__init__.py trio/_abc.py trio/_channel.py trio/_core/__init__.py trio/_core/_asyncgens.py trio/_core/_entry_queue.py trio/_core/_exceptions.py trio/_core/_generated_instrumentation.py trio/_core/_generated_io_epoll.py trio/_core/_generated_io_kqueue.py trio/_core/_generated_io_windows.py trio/_core/_generated_run.py trio/_core/_instrumentation.py trio/_core/_io_common.py trio/_core/_io_epoll.py trio/_core/_io_kqueue.py trio/_core/_io_windows.py trio/_core/_ki.py trio/_core/_local.py trio/_core/_mock_clock.py trio/_core/_multierror.py trio/_core/_parking_lot.py trio/_core/_run.py trio/_core/_thread_cache.py trio/_core/_traps.py trio/_core/_unbounded_queue.py trio/_core/_wakeup_socketpair.py trio/_core/_windows_cffi.py trio/_core/tests/__init__.py trio/_core/tests/conftest.py trio/_core/tests/test_asyncgen.py trio/_core/tests/test_guest_mode.py trio/_core/tests/test_instrumentation.py trio/_core/tests/test_io.py trio/_core/tests/test_ki.py trio/_core/tests/test_local.py trio/_core/tests/test_mock_clock.py trio/_core/tests/test_multierror.py trio/_core/tests/test_multierror_scripts/__init__.py trio/_core/tests/test_multierror_scripts/_common.py trio/_core/tests/test_multierror_scripts/apport_excepthook.py trio/_core/tests/test_multierror_scripts/custom_excepthook.py trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py trio/_core/tests/test_multierror_scripts/simple_excepthook.py trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py trio/_core/tests/test_parking_lot.py trio/_core/tests/test_run.py trio/_core/tests/test_thread_cache.py trio/_core/tests/test_tutil.py trio/_core/tests/test_unbounded_queue.py trio/_core/tests/test_util.py trio/_core/tests/test_windows.py trio/_core/tests/tutil.py trio/_deprecate.py trio/_file_io.py trio/_highlevel_generic.py trio/_highlevel_open_tcp_listeners.py trio/_highlevel_open_tcp_stream.py trio/_highlevel_open_unix_stream.py trio/_highlevel_serve_listeners.py trio/_highlevel_socket.py trio/_highlevel_ssl_helpers.py trio/_path.py trio/_path.pyi trio/_signals.py trio/_socket.py trio/_ssl.py trio/_subprocess.py trio/_subprocess_platform/__init__.py trio/_subprocess_platform/kqueue.py trio/_subprocess_platform/waitid.py trio/_subprocess_platform/windows.py trio/_sync.py trio/_threads.py trio/_timeouts.py trio/_tools/__init__.py trio/_tools/gen_exports.py trio/_unix_pipes.py trio/_util.py trio/_version.py trio/_wait_for_object.py trio/_windows_pipes.py trio/abc.py trio/from_thread.py trio/lowlevel.py trio/socket.py trio/testing/__init__.py trio/testing/_check_streams.py trio/testing/_checkpoints.py trio/testing/_memory_streams.py trio/testing/_network.py trio/testing/_sequencer.py trio/testing/_trio_test.py trio/tests/__init__.py trio/tests/conftest.py trio/tests/module_with_deprecations.py trio/tests/test_abc.py trio/tests/test_channel.py trio/tests/test_deprecate.py trio/tests/test_exports.py trio/tests/test_file_io.py trio/tests/test_highlevel_generic.py trio/tests/test_highlevel_open_tcp_listeners.py trio/tests/test_highlevel_open_tcp_stream.py trio/tests/test_highlevel_open_unix_stream.py trio/tests/test_highlevel_serve_listeners.py trio/tests/test_highlevel_socket.py trio/tests/test_highlevel_ssl_helpers.py trio/tests/test_path.py trio/tests/test_scheduler_determinism.py trio/tests/test_signals.py trio/tests/test_socket.py trio/tests/test_ssl.py trio/tests/test_subprocess.py trio/tests/test_sync.py trio/tests/test_testing.py trio/tests/test_threads.py trio/tests/test_timeouts.py trio/tests/test_unix_pipes.py trio/tests/test_util.py trio/tests/test_wait_for_object.py trio/tests/test_windows_pipes.py trio/tests/tools/__init__.py trio/tests/tools/test_gen_exports.py trio/to_thread.py <<<<<< network # path=/home/travis/build/python-trio/trio/empty/coverage.xml <<<<<< EOF