Commit 3c6af053 authored by Denis Bilenko's avatar Denis Bilenko

slightly better exception message

parent 17f28c76
......@@ -611,5 +611,5 @@ def getfuncname(func):
return repr(func)
_NONE = Exception("Greenlet didn't even start")
_NONE = Exception("Neither exception nor result")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment