Alex Gaynor <[email protected]> added the comment:
I simplified a bit further:
from eventlet import GreenPool
def _noop():
pass
def main():
pool = GreenPool()
coro = pool.spawn(_noop)
coro.kill()
if __name__ == "__main__":
main()
----------
status: unread -> chatting
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1549>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-issue