commit | 880359c2bd2bcb6d5c8cd03ab89d766789bdad93 | [log] [tgz] |
---|---|---|
author | Charles-Francois Natali <cf.natali@gmail.com> | Mon May 06 21:21:57 2013 +0200 |
committer | Charles-Francois Natali <cf.natali@gmail.com> | Mon May 06 21:21:57 2013 +0200 |
tree | d5cdd4823ab5137d41ede2bebb4acc6d87ca09b4 | |
parent | a9b90a7ff5c48f9823f6f78258bd0126f8ef1d43 [diff] [blame] |
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit platforms. Patch by Federico Schwindt.
diff --git a/Misc/NEWS b/Misc/NEWS index 1fe11be..4c3f833 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -34,6 +34,9 @@ Library ------- +- Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit + platforms. Patch by Federico Schwindt. + - Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.