diff options
author | Jesus Cea <jcea@jcea.es> | 2011-09-10 02:40:13 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2011-09-10 02:40:13 (GMT) |
commit | 9af32ccb713c5b482a85ac1e7c1bc034d7bb7628 (patch) | |
tree | cd7ae5d6c494c25163517ca88ec5583d24ca009d /Misc | |
parent | 76ae3a38d799028958b13c3d04a0f4cedf167374 (diff) | |
parent | aaa899138a251a39b24710820e23fbdf32b83dce (diff) | |
download | cpython-9af32ccb713c5b482a85ac1e7c1bc034d7bb7628.zip cpython-9af32ccb713c5b482a85ac1e7c1bc034d7bb7628.tar.gz cpython-9af32ccb713c5b482a85ac1e7c1bc034d7bb7628.tar.bz2 |
NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1265,6 +1265,9 @@ Tools/Demos 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. |