[pypy-issue] [issue1549] eventlet errors on PyPy, but not CPython

Alex Gaynor tracker at bugs.pypy.org
Fri Jul 19 18:59:30 CEST 2013


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

One final minimization:

import eventlet


def _noop():
    pass


def main():
    coro = eventlet.spawn(_noop)
    coro.kill()

if __name__ == "__main__":
    main()

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1549>
________________________________________


More information about the pypy-issue mailing list