Mirror of mitogen
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.
 
 
Go to file
David Wilson db1b5f7d62 issue #155: core: refactor main() to support forking.
* Split setup_globals() from setup_package() and make package setup
  optional (fork never needs it -- synthetic package already exists in
  children and the real package exists in masters).

* Add main() parameter to allow passing in the existing Importer
  instance. In forks from children, this means we inherit all the cached
  module state along with the __loader__ used to import any existing
  modules.
6 years ago
ansible_mitogen ansible: use DeduplicatingService for ContextService; closes #162. 6 years ago
docs docs: tidy up signals.rst a little. 6 years ago
examples issue #152: reproduction for second problem 6 years ago
mitogen issue #155: core: refactor main() to support forking. 6 years ago
tests tests: test_stream_name: fix non-localhost Docker 6 years ago
.gitignore Some gitignore extras 6 years ago
.lgtm.yml compat: ignore LGTM checks on third party 6 years ago
.travis.yml Remove overall build timeout from .travis.yml. 6 years ago
LICENSE Add license text everywhere. 6 years ago
README.md README: move testing bits into tests directory. 6 years ago
dev_requirements.txt Add Google Cloud client to dev requirements 6 years ago
preamble_size.py docs: fix preamble_size.py after whitelist changes 6 years ago
setup.cfg Initial flake8 configuration. 6 years ago
setup.py setup: Scan project dir to find packages 6 years ago
test.sh test.sh: enhancements 6 years ago
tox.ini tests: Add Tox config for Python 2.6 and 2.7 6 years ago

README.md