diff options
author | Charles-François Natali <neologix@free.fr> | 2011-09-29 17:43:01 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2011-09-29 17:43:01 (GMT) |
commit | 564f89036fbecfc03ca4152e9de8b291887111a4 (patch) | |
tree | 79fc3930acce9946fcdd68b6c998684988386f2d /Misc | |
parent | 169fa9345dc10ca631464e77352539397b095875 (diff) | |
download | cpython-564f89036fbecfc03ca4152e9de8b291887111a4.zip cpython-564f89036fbecfc03ca4152e9de8b291887111a4.tar.gz cpython-564f89036fbecfc03ca4152e9de8b291887111a4.tar.bz2 |
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
Jarosch.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -402,6 +402,7 @@ Kjetil Jacobsen Geert Jansen Jack Jansen Bill Janssen +Thomas Jarosch Drew Jenkins Flemming Kjær Jensen Jiba @@ -50,6 +50,9 @@ Core and Builtins Library ------- +- Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by + Thomas Jarosch. + - Issue #12931: xmlrpclib now encodes Unicode URI to ISO-8859-1, instead of failing with a UnicodeDecodeError. |