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/mitogen
David Wilson 9aa845669c issue #413: don't double-propagate DEL_ROUTE to parent.
propagate_up() sends ADD_ROUTE and DEL_ROUTE

propagate_down() sends only DEL_ROUTE, but didn't bother checking if
up() had sent it already.

Fixes:

     ERROR! [pid 41060] 17:55:30.739159 E mitogen.ctx.ssh.localhost:
     mitogen: RouteMonitor(): received DEL_ROUTE for 6081 from
     mitogen.fork.Stream(u'fork.41142'), expected
     mitogen.core.Stream('parent')
5 years ago
..
compat issue #408: fix mitogen.compat.tokenize 2.4 compatibility. 6 years ago
__init__.py Bump version for release. 6 years ago
core.py issue #498: wrap Router dict mutations in a lock 5 years ago
debug.py issue #61: remove duplicate method (reported by LGTM) 6 years ago
doas.py ssh: tidy up logs and stream names. 5 years ago
docker.py ssh: tidy up logs and stream names. 5 years ago
fakessh.py parent: handle masters with blank sys.executable; closes #356. 6 years ago
fork.py issue #477: make mitogen.fork unsupported on Py<2.6. 5 years ago
jail.py ssh: tidy up logs and stream names. 5 years ago
kubectl.py ssh: tidy up logs and stream names. 5 years ago
lxc.py ssh: tidy up logs and stream names. 5 years ago
lxd.py ssh: tidy up logs and stream names. 5 years ago
master.py issue #479: ModuleFinder special case for __main__ on Py3.x. 5 years ago
minify.py docs: many more fixes/merges. 6 years ago
parent.py issue #413: don't double-propagate DEL_ROUTE to parent. 5 years ago
select.py select: Python 2.x required __nonzero__ for bool(Select) 6 years ago
service.py issue #477: 2.4 stat() returned int timestamps not float. 5 years ago
setns.py ssh: tidy up logs and stream names. 5 years ago
ssh.py ssh: tidy up logs and stream names. 5 years ago
su.py ssh: tidy up logs and stream names. 5 years ago
sudo.py issue #429: teach sudo about every know i18n password string. 5 years ago
unix.py issue #488: 2.4-compatible syntax in unix.py. 5 years ago
utils.py issue #477: promote setup_gil() to mitogen.utils 5 years ago