Alex Willmer
Alex Willmer
Previous discussion https://github.com/mitogen-hq/mitogen/issues/71
Thanks for the report. I'm afraid I don't think I can look at this anytime soon. Ansible strategies are not something I have experience with, and only `mitogen_linear` has any...
I don't know, I've not heard of Kolla Ansible before. It may be as simple as fixing or enhancing Ansible Collections support (there may be PRs in progress), or Kolla...
> I've not heard of Kolla Ansible before From https://github.com/openstack/kolla-ansible it appears to be a combination of - playbooks, roles, inventories, plugins, modules, module-utils ... in https://github.com/openstack/kolla-ansible/tree/master/ansible - installable Python...
I'm not sure this is a Mitogen specific bug. I get crashes across multiple versions of plain Ansible (without Mitogen), and standalone Pythons from uv/tox-uv https://github.com/moreati/mitogen-issue-1219. ``` TASK [debug] ******************************************************************************************************************************************************************************************************************...
I agree there are wider problems with Mitogen on macOS, particularly wrt `fork()`. See #941, #1112, #1185. I've also previously chased strange bugs in CI on macOS that I can't...
/AzurePipelines run
The old arrangemet was 798 bytes, as measured by preamble_size.py, compression tweaks and code golfing dropped that to approx 786 bytes. The new arrangement is 822 bytes, including compression tweaks...
`env -S ...` might be of use ``` -S, --split-string=S process and split S into separate arguments; used to pass multiple arguments on shebang lines ``` -- https://manpages.debian.org/trixie/coreutils/env.1.en.html