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 3584084be6 issue #140: explicit Broker management, and guard against crap plug-ins.
Implement Connection.__del__, which is almost certainly going to trigger
more bugs down the line, because the state of the Connection instance is
not guranteed during __del__. Meanwhile, it is temporarily needed for
deployed-today Ansibles that have a buggy synchronize action that does
not call Connection.close().

A better approach to this would be to virtualize the guts of Connection,
and move its management to one central place where we can guarantee
resource destruction happens reliably, but that may entail another
Ansible monkey-patch to give us such a reliable hook.
8 years ago
ansible_mitogen issue #140: explicit Broker management, and guard against crap plug-ins. 8 years ago
docs tests: Add Tox config for Python 2.6 and 2.7 8 years ago
examples issue #140: import reproduction 8 years ago
mitogen issue #140: permit mitogen.unix.connect() to accept preconstructed Broker. 8 years ago
tests tests: Fix no such option -o running FakeSsh.test_okay() 8 years ago
.gitignore Some gitignore extras 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml Remove overall build timeout from .travis.yml. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt tests: Add Tox config for Python 2.6 and 2.7 8 years ago
preamble_size.py docs: fix preamble_size.py after whitelist changes 8 years ago
setup.cfg Initial flake8 configuration. 8 years ago
setup.py setup: Scan project dir to find packages 8 years ago
test.sh tests: Find all *_test.py scripts and run them 8 years ago
tox.ini tests: Add Tox config for Python 2.6 and 2.7 8 years ago

README.md