Alex Willmer
Alex Willmer
@opoplawski please could you update this to current master. Otherwise, may I update this branch on your behalf?
Notes to self from reproduction attempts. Attempt 1: macOS -> Debian 11.4, python3-apt installed, rev 8cda5f55375e3c5caa77d900d1bfa90c5fea0094, Ansible 5, negative Playbook ```yaml - name: Module with FQN hosts: rpi1 become: true...
Sorry for the confusion, I've amended the description.
/AzurePipelines run
Not the OP, but i think I have a reproducer involving the Ansible copy module. The attached [scalene.html.gz](https://github.com/plasma-umass/scalene/files/7232546/scalene.html.gz) shows 75% of time spent in threading.py. It was produced as follows...
I've been playing around trying to characterize this. I think I have a simpler reproducer, that doesn't use `threading` itself. It appears the overhead of running this particular loop under...
As a live test of whether Github UI added support `merge=union` I created https://github.com/moreati/changelog-merge-test/pull/1, and https://github.com/moreati/changelog-merge-test/pull/2. Based on that I believe (as of 7 Feb 2021) the answer is still...
Thoughts, after I threw together https://gist.github.com/moreati/d90cd36d5e94781feeec8d9e23510b6e and Paul pointed me here. # ISO 8601 Durations Wikipedia notes > "PT36H" could be used as well as "P1DT12H" for representing the same...
related to or duplicate of #599
Confirming I can reproduce this ``` ➜ tmp virtualenv -p python3 v3 && v3/bin/pip install mitogen "ansible-core