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 b3841317dd issue #406: clean up FDs on failure explicitly
The previous approach was crap since it left e.g. socketpair instances
lying around for GC with their underlying FD already closed, coupled
with FD number reuse, led to random madness when GC finally runs.
7 years ago
.github Update PULL_REQUEST_TEMPLATE.md. 7 years ago
.travis issue #409: Pythonize run_ansible_playbook.sh 7 years ago
ansible_mitogen issue #76, #370: add fix for disconnect cleanup test 7 years ago
docs issue #406: don't leak FDs on failed child start. 7 years ago
examples examples: fix mitogen-fuse on 2.x. 8 years ago
mitogen issue #406: clean up FDs on failure explicitly 7 years ago
tests tests: make minify_test print something useful on failure 7 years ago
.gitignore Add venvs/ to gitignore 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml tests: stop idiotic Travis TTY/pip progress bar spam 7 years ago
LICENSE Add license text everywhere. 8 years ago
README.md Add cute demo GIF to README.md. 7 years ago
dev_requirements.txt issue #406: test for FD leak after every TestCase 7 years ago
preamble_size.py add --dump to preamble_size.py. 7 years ago
run_tests tests: make ansible/tests/ run in run_tests. 7 years ago
setup.cfg Ignore another annoying flake8 message. 8 years ago
setup.py Update trove classifiers. 8 years ago
tox.ini tests: Run tests on CPython 3.5 and 3.6 with Tox 7 years ago

README.md