Commit 8572da5e authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.

Patch by Serhiy Storchaka.
parents 6d5ad227 17babc5e
This diff is collapsed.
......@@ -88,6 +88,9 @@ Core and Builtins
Library
-------
- Issue #16408: Fix file descriptors not being closed in error conditions
in the zipfile module. Patch by Serhiy Storchaka.
- Issue #16481: multiprocessing no longer leaks process handles on Windows.
- Issue #16140: The subprocess module no longer double closes its child
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment