[pypy-issue] [issue1552] API incompatibility: GreenletExit should base on BaseException

Fantix King tracker at bugs.pypy.org
Sat Jul 20 10:21:51 CEST 2013


New submission from Fantix King <fantix.king at gmail.com>:

GreenletExit should inherit from BaseException according to this:

https://github.com/python-
greenlet/greenlet/commit/2f81f5de275c8dad13c5497c540ab96952a24071

But in pypy it is a subclass of Exception.

----------
messages: 5968
nosy: fantix, pypy-issue
priority: bug
status: unread
title: API incompatibility: GreenletExit should base on BaseException

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


More information about the pypy-issue mailing list