1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-01-09 21:11:27 +00:00
senpy/tests/plugins/async_plugin
J. Fernando Sánchez e582ef07d4 Fix multiprocessing tests in python2.7
Closes  for python 2.

Apparently, process pools are not contexts in python 2.7.
On the other hand, in py2 you cannot pickle instance methods, so
you have to implement Pool tasks as independent functions.
2017-04-10 20:17:38 +02:00
..
asyncplugin.py Fix multiprocessing tests in python2.7 2017-04-10 20:17:38 +02:00
asyncplugin.senpy Replace gevent with tornado 2017-04-10 18:16:45 +02:00