Staging
v0.5.1
https://github.com/python/cpython
Revision df8d4c83a6e1727e766191896aeabde886979587 authored by Jason R. Coombs on 25 October 2020, 18:21:46 UTC, committed by GitHub on 25 October 2020, 18:21:46 UTC
* bpo-41490: ``path`` method to aggressively close handles

* Add blurb

* In ZipReader.contents, eagerly evaluate the contents to release references to the zipfile.

* Instead use _ensure_sequence to ensure any iterable from a reader is eagerly converted to a list if it's not already a sequence.
1 parent c32f297
History
Tip revision: df8d4c83a6e1727e766191896aeabde886979587 authored by Jason R. Coombs on 25 October 2020, 18:21:46 UTC
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Tip revision: df8d4c8
File Mode Size
test
__init__.py -rw-r--r-- 1018 bytes
dbapi2.py -rw-r--r-- 2.6 KB
dump.py -rw-r--r-- 2.8 KB

back to top