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.
Stop using cPickle on the broker thread where it is not known whether
the pickle data would cause the import machinery to be invoked, which
currently relies on blocking calls. Huge mess but it works.
This is due to:
context.call(some.module.func, another.module.func)
We stringify ("some.module", "func"), but the reference to
another.module.func is passed into the pickle machinery, and there's no
way to generically stringify all function references in user data for
reification on the main thread, without doing something like this
instead.
|
8 years ago | |
|---|---|---|
| .. | ||
| ansible | 9 years ago | |
| compat | 10 years ago | |
| __init__.py | 9 years ago | |
| core.py | 8 years ago | |
| master.py | 8 years ago | |
| ssh.py | 9 years ago | |
| sudo.py | 9 years ago | |
| tcp.py | 9 years ago | |
| utils.py | 9 years ago | |