Author: Brian Kearns <[email protected]>
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
# ____________________________________________________________
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit