]> granicus.if.org Git - python/commitdiff
NEWS
authorJesus Cea <jcea@jcea.es>
Sat, 10 Sep 2011 02:40:13 +0000 (04:40 +0200)
committerJesus Cea <jcea@jcea.es>
Sat, 10 Sep 2011 02:40:13 +0000 (04:40 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 84b6be3151a8e869737677d73f78ed5428979bd6,d7ec9d31eec0d1e6171947fcf810040339b3fda7..ef12cfda024da12f30f92cf65ba1e9f86fa8c25f
+++ b/Misc/NEWS
@@@ -1265,20 -909,6 +1265,23 @@@ Tools/Demo
  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.
 +
 +- Issue #11241: subclasses of ctypes.Array can now be subclassed.
 +
 +- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
 +  some functions like file.write().
 +
 +- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
 +  signature.  Without this, architectures where sizeof void* != sizeof int are
 +  broken.  Patch given by Hallvard B Furuseth.
 +
 +- Issue #12221: Replace pyexpat.__version__ with the Python version.
 +
  - Issue #12051: Fix segfault in json.dumps() while encoding highly-nested
    objects using the C accelerations.