cpython/Lib/zipfile
Jason R. Coombs e9791ba351
gh-88233: zipfile: refactor _strip_extra (#102084)
* Refactor zipfile._strip_extra to use higher level abstractions for extras instead of a heavy-state loop.

* Add blurb

* Remove _strip_extra and use _Extra.strip directly.

* Use memoryview to avoid unnecessary copies while splitting Extras.
2023-09-25 19:46:58 -04:00
..
_path
__init__.py gh-88233: zipfile: refactor _strip_extra (#102084) 2023-09-25 19:46:58 -04:00
__main__.py