From: Jesus Cea Date: Sat, 10 Sep 2011 02:35:18 +0000 (+0200) Subject: NEWS X-Git-Tag: v2.7.3rc1~458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ebaca137fc25ee3616c48a5fa343628c5132497;p=python NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 2b6a8907cf..8d448b0904 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -188,6 +188,9 @@ Library Extension Modules ----------------- +- Issue #12950: Fix passing file descriptors in multiprocessing, under + OpenIndiana/Illumos. + - Issue #12764: Fix a crash in ctypes when the name of a Structure field is not a string.