diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-02 05:43:19 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-02 05:43:19 (GMT) |
commit | 03f34d1158614fdeed700539d20b223a57688e3c (patch) | |
tree | de1ec5fdc36679b5636177ace7a64036e3f0cdb5 /Misc | |
parent | 3d98ef6c9ebd9b47fbaa42265dff3a5d610f187b (diff) | |
download | cpython-03f34d1158614fdeed700539d20b223a57688e3c.zip cpython-03f34d1158614fdeed700539d20b223a57688e3c.tar.gz cpython-03f34d1158614fdeed700539d20b223a57688e3c.tar.bz2 |
Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ Core and builtins Extension Modules ----------------- +- Bug #1344508, Fix UNIX mmap leaking file descriptors + - Patch #1338314, Bug #1336623: fix tarfile so it can extract REGTYPE directories from tarfiles written by old programs. |