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 e1af2db4ae issue #155: handle crash in the forking child better.
This code path is probably only necessary during development, but it
prevents tracebacks (etc.) getting written over the Stream socket, which
naturally causes corruption.

Instead keep whatever the parent has for stderr, manually write a
traceback there and hard exit.
8 years ago
ansible_mitogen issue #106: ansible: beginnings of FileService. 8 years ago
docs core: Rename Sender.put() to Sender.send(). 8 years ago
examples issue #152: reproduction for second problem 8 years ago
mitogen issue #155: handle crash in the forking child better. 8 years ago
tests core: Rename Sender.put() to Sender.send(). 8 years ago
.gitignore Some gitignore extras 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml tests: set MITOGEN_LOG_LEVEL=debug in .travis.yml too. 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt Add Google Cloud client to dev requirements 8 years ago
preamble_size.py issue #155: parent: move master.Context into parent. 8 years ago
setup.cfg Initial flake8 configuration. 8 years ago
setup.py setup: Scan project dir to find packages 8 years ago
test.sh core: fix call_function_test regression 8 years ago
tox.ini tests: Add Tox config for Python 2.6 and 2.7 8 years ago

README.md