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.
* Children should never generate a request for a module that has already been sent, however there are a variety of edge cases where, e.g. asynchronous calls are made into unloaded modules in a set of children, causing those children to request modules (and deps) in a different order, which might break deduplication. So add a warning to catch when this happens, so we can figure out how to handle it. Meanwhile it's only a warning since in the worst case, this just adds needless latency. * Don't bother treating sent packages separately, there doesn't seem to be any need for this (after docs are updated to match how preloading actually works now). |
8 years ago | |
|---|---|---|
| .. | ||
| ansible | 8 years ago | |
| compat | 8 years ago | |
| __init__.py | 8 years ago | |
| core.py | 8 years ago | |
| fakessh.py | 8 years ago | |
| master.py | 8 years ago | |
| parent.py | 8 years ago | |
| ssh.py | 8 years ago | |
| sudo.py | 8 years ago | |
| tcp.py | 8 years ago | |
| utils.py | 8 years ago | |