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
Alex Willmer 4996ec2f09 ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess
`mitogen.parent.POLLER_LIGHTWEIGHT` will normally be `PollPoller`, falling
back to `EpollPoller`, `KqueuePoller`, or `Poller`.

Fixes #957

Co-authored-by: Luca Berruti <nadirio@gmail.com>
Co-authored-by: Philippe Kueck <bqobccy6ejnq2bqvmebqiwqha4cs4@protected32.unixadm.org>
2 months ago
..
compat Remove vendored mitogen.compat.simplejson 1 year ago
plugins add SSH args into options documentation 2 years ago
utils ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2 months ago
__init__.py ansible: restructure to avoid intermediate imports 6 years ago
affinity.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
connection.py ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2 months ago
loaders.py ansible_mitogen: Ansible 9 (ansible-core 2.16) support 2 months ago
logging.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
mixins.py ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2 months ago
module_finder.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 3 months ago
parsing.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
planner.py Add ansible.builtin.dnf to ALWAYS_FORK_MODULES 2 years ago
process.py ansible_mitogen: Fix "filedescriptor out of range in select()" in WorkerProcess 2 months ago
runner.py mitogen: Support PEP 451 ModuleSpec API, required for Python 3.12 3 months ago
services.py ansible_mitogen: Handle AnsibleUnsafeText et al in Ansible >= 7 2 months ago
strategy.py ansible_mitogen: Standardise __future__ imports to match Ansible 2 years ago
target.py Remove vendored mitogen.compat.simplejson 1 year ago
transport_config.py ansible_mitogen: Fix --ask-become-pass, add test coverage 2 months ago