[pypy-commit] pypy default: set_interrupt should still trigger an ASAP perform

bdkearns noreply at buildbot.pypy.org
Fri Feb 15 21:05:15 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
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
 
 # ____________________________________________________________
 


More information about the pypy-commit mailing list