]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
authorCharles-François Natali <neologix@free.fr>
Thu, 29 Sep 2011 17:49:37 +0000 (19:49 +0200)
committerCharles-François Natali <neologix@free.fr>
Thu, 29 Sep 2011 17:49:37 +0000 (19:49 +0200)
Jarosch.

1  2 
Misc/ACKS
Misc/NEWS
Modules/ossaudiodev.c

diff --cc Misc/ACKS
index 06feb0b1e366aed985a980b3f58686a775b2fa29,408d91be8534332897eb35a6cbac0e7b3822a840..bc5e745b58fb99fcd533ae664e0a11576b327618
+++ b/Misc/ACKS
@@@ -463,7 -436,7 +463,8 @@@ Bertrand Jani
  Geert Jansen
  Jack Jansen
  Bill Janssen
+ Thomas Jarosch
 +Julien Jehannet
  Drew Jenkins
  Flemming Kjær Jensen
  MunSic Jeong
diff --cc Misc/NEWS
index 6ec36ddbc87ced41a74cb5e5942a3017d4d9b6bc,2f6ef7f280a67c395ff2b3bed2880d7ef3b62b79..3d6b317abb3a31c528b84b8db66ffc57f4dddcd1
+++ b/Misc/NEWS
@@@ -1298,35 -942,6 +1298,38 @@@ Tools/Demo
  Extension Modules
  -----------------
  
++- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by
++  Thomas Jarosch.
++
 +- Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
 +  Thanks to Suman Saha for finding the bug and providing a patch.
 +
 +- Issue #13022: Fix: _multiprocessing.recvfd() doesn't check that
 +  file descriptor was actually received.
 +
 +- Issue #1172711: Add 'long long' support to the array module.
 +  Initial patch by Oren Tirosh and Hirokazu Yamamoto.
 +
 +- Issue #12483: ctypes: Fix a crash when the destruction of a callback
 +  object triggers the garbage collector.
 +
 +- 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.
  
Simple merge