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.
mitogen/ansible_mitogen
David Wilson 87ddead0b2 issue #435, #362: ansible: avoid touching setrlimit() on target.
This replaces the previous method for capping poorly Popen()
performance, instead entirely monkey-patching the problem function
rather than simply working around it.
6 years ago
..
plugins issue #409: fix reference error in kubectl.py. 6 years ago
__init__.py ansible: restructure to avoid intermediate imports 7 years ago
connection.py ansible: call on_fork() on broker shutdown; closes #420. 6 years ago
loaders.py issue #400: rework the monkeypatch. 6 years ago
logging.py issue #317: ansible: fix log filtering in several cases 6 years ago
mixins.py ansible: fix temp cleanup regression and add test; closes #397. 6 years ago
module_finder.py ansible: fix 3.x dependency scanning on OS X 6 years ago
parsing.py issue #291: support UNIX hashbang syntax for ansible_*_interpreter. 6 years ago
planner.py ansible: temporary files take 5. 6 years ago
process.py ansible: copy GIL change from linear2 branch. 6 years ago
runner.py ansible: fix 3.x TypeError regression. 6 years ago
services.py issue #413: paper over harmless duplicate del_route() 6 years ago
strategy.py issue #400: rework the monkeypatch. 6 years ago
target.py issue #435, #362: ansible: avoid touching setrlimit() on target. 6 years ago