Alex Willmer
Alex Willmer
Probably duplicate of/duplicated by #967. Two PRs attempting to fix these: #984, #991.
I'm targetting this problem for Mitogen 0.3.7. I would like to check some things, to prevent it re-occuring and improve my understanding 1. @eRadical @lberruti @philfry do you have a...
https://github.com/mitogen-hq/mitogen/blob/3f7a0f74a5d4102fd4d6560a6e12fa445eb1aff3/mitogen/parent.py#L902-L906 Digging through old tickets and commits PollPoller is slightly better for "small FD counts" (I don't know how many counts as small), and EpollPoller or KqueuePoller are better at...
Report of a Python 3.8 on mac OS (version unspecified) lacking `select.poll()` https://github.com/ClearcodeHQ/mirakuru/issues/373
duplicate of #929
0.3.5 release doesn't have those files ``` ➜ mitogen2 git:(docs-master) zipinfo dist/mitogen-0.3.5-py2.py3-none-any.whl | grep -E 'shutil|simplejson' | wc -l 0 ➜ mitogen2 git:(docs-master) tar tf dist/mitogen-0.3.5.tar.gz | grep -E 'shutil|simplejson'...
> I'm trying this out (first time trying out Mitogen actually) and I get an error fairly early in my playbook. Could you reduce this to a Minimal Reprodicing Example?...
duplicate of #1034
Duplicate of #962
I believe the changes in #1017 will fix this, based on branch https://github.com/moreati/mitogen/tree/2.14. Please try it and let me know how it goes. If all is well this will go...