chiark
/
gitweb
/
~mdw
/
tripe
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
server/keymgmt.c: Track and find keys by their 32-bit IDs.
[tripe]
/
py
/
rmcr.py
diff --git
a/py/rmcr.py
b/py/rmcr.py
index e2c0325256dbd9d0f699f9973dc443ec20ccd80e..6c846cb8417ee65fe5f6f9f73d285ba81ddc223f 100644
(file)
--- a/
py/rmcr.py
+++ b/
py/rmcr.py
@@
-50,7
+50,7
@@
def _switchto(cr, arg = None, exc = None):
global active
_debug('> _switchto(%s, %s, %s)' % (cr, arg, exc))
if not cr.livep:
- raise ValueError
, 'coroutine is dead'
+ raise ValueError
('coroutine is dead')
cr._arg = arg
cr._exc = exc
if cr is active: