From: Charles-Francois Natali Date: Mon, 6 May 2013 19:26:05 +0000 (+0200) Subject: Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit X-Git-Tag: v3.4.0a1~782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1294fa9f4063ceba827ec739269cbeb0941be4f;p=python Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit platforms. Patch by Federico Schwindt. --- b1294fa9f4063ceba827ec739269cbeb0941be4f diff --cc Misc/NEWS index 3a9dd7a93f,b83f9a73c4..d89d0b8192 --- a/Misc/NEWS +++ 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.