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 593e6e3261 importer: warn on duplicate request, simplify preload logic
* 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 Add license text everywhere. 8 years ago
compat Rename package. 8 years ago
__init__.py Add license text everywhere. 8 years ago
core.py core: fix profiling 8 years ago
fakessh.py Split up parent and master modules 8 years ago
master.py importer: warn on duplicate request, simplify preload logic 8 years ago
parent.py importer: warn on duplicate request, simplify preload logic 8 years ago
ssh.py Split up parent and master modules 8 years ago
sudo.py Split up parent and master modules 8 years ago
tcp.py Add license text everywhere. 8 years ago
utils.py Add license text everywhere. 8 years ago