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 gh-106752: Sync with zipp 3.16.2 (#106757) 2023-07-15 09:21:17 -04:00
__init__.py gh-88233: zipfile: refactor _strip_extra (#102084) 2023-09-25 19:46:58 -04:00
__main__.py