Flipped debug to default to true for greenpool.spawn_n, to be consistent with the behavior of every other spawn function. You can turn off this exception printing by calling eventlet.debug.hub_exceptions(False)
This commit is contained in:
@@ -9,7 +9,7 @@ from eventlet.support import greenlets as greenlet
|
|||||||
|
|
||||||
__all__ = ['GreenPool', 'GreenPile']
|
__all__ = ['GreenPool', 'GreenPile']
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = True
|
||||||
|
|
||||||
class GreenPool(object):
|
class GreenPool(object):
|
||||||
"""The GreenPool class is a pool of green threads.
|
"""The GreenPool class is a pool of green threads.
|
||||||
|
Reference in New Issue
Block a user