Comment 3 for bug 1097203

Revision history for this message
Zane Bitter (zaneb) wrote :

class GreenletReallyExit(BaseException):
    pass

greenlet.GreenletExit = GreenletReallyExit

sorted().