Mirror of mitogen
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
David Wilson be6ab52fe1 issue #488: fix shutdown damage caused in 6ca2677de5
os._exit() subverted calm shutdown, meaning unix.Listener never had a
chance to cleanup its socket.

Move unix.Listener socket cleanup into its class so it is automatic
during shutdown, rather than cutpasted for each consumer.

Disable the watcher thread in the MuxProcess, it is useless.

Add .sock extension to /tmp/mitogen_unix_*, so we can write a test.
6 years ago
.ci ci: don't use the TTY->pipe hack except on Travis where it's needed. 6 years ago
.github github: tweak issue template. 6 years ago
ansible_mitogen issue #488: fix shutdown damage caused in 6ca2677de5 6 years ago
docs docs: update Changelog; closes #479. 6 years ago
examples core: many docstring updates and an example substitute for Channel 6 years ago
mitogen issue #488: fix shutdown damage caused in 6ca2677de5 6 years ago
tests issue #479: ModuleFinder special case for __main__ on Py3.x. 6 years ago
.gitignore Add venvs/ to gitignore 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml issue #477: travis.yml typo. 6 years ago
LICENSE Add license text everywhere. 7 years ago
README.md Motivational shame badges back in README 6 years ago
dev_requirements.txt Split dev_requirements.txt up according to test mode. 6 years ago
preamble_size.py add --dump to preamble_size.py. 6 years ago
run_tests issue #477: add mitogen_py24 CI test type. 6 years ago
setup.cfg Ignore another annoying flake8 message. 7 years ago
setup.py Drop 'alpha' trove classifier 6 years ago
tox.ini Add tests/ansible/requirements.txt to Tox. 6 years ago

README.md