]> granicus.if.org Git - python/commitdiff
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
authorCharles-Francois Natali <cf.natali@gmail.com>
Mon, 6 May 2013 19:26:05 +0000 (21:26 +0200)
committerCharles-Francois Natali <cf.natali@gmail.com>
Mon, 6 May 2013 19:26:05 +0000 (21:26 +0200)
platforms. Patch by Federico Schwindt.

1  2 
Misc/NEWS
Modules/selectmodule.c

diff --cc Misc/NEWS
index 3a9dd7a93f529fec8860766a2084673630d99264,b83f9a73c4b9ae7510fbbe685f3f065eef139838..d89d0b8192f24f101192a14c56066964edb6cd11
+++ b/Misc/NEWS
@@@ -77,16 -47,9 +77,19 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
+   platforms. Patch by Federico Schwindt.
 +- Issue #11816: multiple improvements to the dis module: get_instructions
 +  generator, ability to redirect output to a file, Bytecode and Instruction
 +  abstractions. Patch by Nick Coghlan, Ryan Kelly and Thomas Kluyver.
 +
 +- Issue #13831: Embed stringification of remote traceback in local
 +  traceback raised when pool task raises an exception.
 +
 +- Issue #15528: Add weakref.finalize to support finalization using
 +  weakref callbacks.
 +
  - Issue #14173: Avoid crashing when reading a signal handler during
    interpreter shutdown.
  
Simple merge