Author: Brian Kearns <[email protected]>
Branch:
Changeset: r61287:1de5c08faeca
Date: 2013-02-15 15:04 -0500
http://bitbucket.org/pypy/pypy/changeset/1de5c08faeca/
Log: set_interrupt should still trigger an ASAP perform
diff --git a/pypy/module/signal/interp_signal.py
b/pypy/module/signal/interp_signal.py
--- a/pypy/module/signal/interp_signal.py
+++ b/pypy/module/signal/interp_signal.py
@@ -103,6 +103,7 @@
# ^^^ may override another signal, but it's just for testing
else:
pypysig_pushback(cpy_signal.SIGINT)
+ self.fire_in_another_thread = True
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit