Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r60610:3716d32168fd
Date: 2013-01-28 14:40 +0100
http://bitbucket.org/pypy/pypy/changeset/3716d32168fd/

Log:    Missing line

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
@@ -97,6 +97,7 @@
             else:
                 # Otherwise, arrange for perform() to be called again
                 # after we switch to the main thread.
+                self.pending_signal = n
                 self.fire_in_main_thread = True
                 break
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to