diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-02 05:26:07 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-11-02 05:26:07 (GMT) |
commit | 7b631793abc97edbcd26af56864961e264a86a24 (patch) | |
tree | 78b974c54962420022a048f280d865c0abb71095 /Misc/NEWS | |
parent | 245a5ab31bbaa48776736bdd101b0df7164125c9 (diff) | |
download | cpython-7b631793abc97edbcd26af56864961e264a86a24.zip cpython-7b631793abc97edbcd26af56864961e264a86a24.tar.gz cpython-7b631793abc97edbcd26af56864961e264a86a24.tar.bz2 |
Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,6 +177,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. |