]> granicus.if.org Git - python/commitdiff
(Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 May 2011 08:27:49 +0000 (10:27 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 15 May 2011 08:27:49 +0000 (10:27 +0200)
signal module. Patch written by Charles-François Natali.

1  2 
Misc/NEWS
Modules/signalmodule.c

diff --cc Misc/NEWS
index c8d15eccf1096ce70fb229e0dac13939647a0b0d,a46497d39fdd5de81dc70fafe5fa9b61e3694997..04c4fbcf98309914c72d1f39f116c99a95ff7a70
+++ b/Misc/NEWS
@@@ -10,9 -10,9 +10,12 @@@ What's New in Python 3.3 Alpha 1
  Core and Builtins
  -----------------
  
+ - Issue #12060: Use sig_atomic_t type and volatile keyword in the signal
+   module. Patch written by Charles-François Natali.
 +- Added the if_nameindex, if_indextoname, if_nametoindex methods to
 +  the socket module as requested in issue #1746656.
 +
  - Issue #12044: Fixed subprocess.Popen when used as a context manager to
    wait for the process to end when exiting the context to avoid unintentionally
    leaving zombie processes around.
Simple merge