[pypy-commit] pypy default: (arigato) this line is only needed untranslated

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


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r61288:fcc0ecd924c2
Date: 2013-02-15 15:12 -0500
http://bitbucket.org/pypy/pypy/changeset/fcc0ecd924c2/

Log:	(arigato) this line is only needed untranslated

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
@@ -101,9 +101,9 @@
         if not we_are_translated():
             self.pending_signal = cpy_signal.SIGINT
             # ^^^ may override another signal, but it's just for testing
+            self.fire_in_another_thread = True
         else:
             pypysig_pushback(cpy_signal.SIGINT)
-        self.fire_in_another_thread = True
 
 # ____________________________________________________________
 


More information about the pypy-commit mailing list