mitogen icon indicating copy to clipboard operation
mitogen copied to clipboard

Distributed self-replicating programs in Python

Results 192 mitogen issues
Sort by recently updated
recently updated
newest added

Hi, I'm on ansible-core-2.12.2 (thx for all the work in getting that done) and mitogen v0.3.2. We have some basic jinja inside one of our vars files: ```yaml --- #...

bug
affects-0.3

Please drag-drop large logs as text file attachments. Feel free to write an issue in your preferred format, however if in doubt, use the following checklist as a guide for...

bug
affects-0.3

We currently use multiple SSH drivers, one of each is ParallelSSH (gevent based). Gevent uses some Cython, and when trying to run a command (we wrapped a simple function calling...

When using with recent SmartOS (Solaris/Illumos), mitogen works as expected (and super fast) as long as I don't use become. If I use become, this error occurs in tcgetattr on...

bug
affects-0.3

sudo password is not passed to server mitogen from master ``` $ ansible-playbook --ask-become-pass --vault-password-file=~/avpass --tags=nginx *.yml BECOME password: PLAY [* Server] **************************************************************************************************************************** TASK [Gathering Facts] ******************************************************************************************************************************** fatal: [*]: FAILED!...

bug
affects-0.3

This patch fixes the python 2 only syntax from some simplejson method definitions. The patch is directly inspired from [what simplejson does today](https://github.com/simplejson/simplejson/blob/43645252224d4e529c22cb78ac42f241d6426073/simplejson/decoder.py#L144). This fixes #659

* Which version of Ansible are you running? ``` ansible [core 2.11.2] config file = ~/.ansible.cfg configured module search path = ['~/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/venv/lib/python3.9/site-packages/ansible ansible...

bug
affects-0.3

Fixes #947. Thanks for creating a PR! Here's a quick checklist to pay attention to: * Please add an entry to docs/changelog.rst as appropriate. * Has some new parameter been...

I would appreciate if `mitogen` PyPI package has an `ansible` extra with compatible `ansible-core` version bounds. Opting in would mean that automatic update tools such as Dependabot wouldn't suggest updates...

Running the latest master of mitogen, I'm getting the following error on all hosts I've tried against (Debian 10-11, CentOS 7-8, Ubuntu 20-22): ``` [WARNING]: Unhandled error in Python interpreter...

bug
affects-0.3