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/econtext
David Wilson 961a9549bd Better method to ensure __module__ is set consistently.
PyFunction_New() and type_new() both simply lookup the __name__ of the
global scope in which a function or class is defined in order to
determine its __module__. So we can do a better job of ensuring
__module__ is set correctly by simply overriding __name__ before
defining any functions or classes.

Works identically in Python 3.
10 years ago
..
ansible Rearrange docs, split connection methods into submodules. 10 years ago
compat "Ansible compatible" module loader. 10 years ago
__init__.py Rearrange docs, split connection methods into submodules. 10 years ago
core.py Better method to ensure __module__ is set consistently. 10 years ago
master.py Parameterize create_child() in order to support non-pipe children. 10 years ago
ssh.py Allow setting ssh_path in econtext.ssh.connect(). 10 years ago
tcp.py Import incomplete econtext.tcp implementation. 10 years ago
utils.py Fix run_with_broker test. 10 years ago