Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT
| BPO | 44067 |
|---|---|
| Nosy | @Yhg1s, @serhiy-storchaka |
| Files |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2021-05-07.08:18:55.383> labels = ['type-bug', '3.8', '3.9', '3.10', '3.11', '3.7', 'library'] title = 'Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT' updated_at = <Date 2021-11-07.00:34:59.007> user = 'https://bugs.python.org/shaanbhaya'
bugs.python.org fields:
activity = <Date 2021-11-07.00:34:59.007> actor = 'anadius' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2021-05-07.08:18:55.383> creator = 'shaanbhaya' dependencies = [] files = ['50025'] hgrepos = [] issue_num = 44067 keywords = [] message_count = 3.0 messages = ['393178', '393179', '405760'] nosy_count = 5.0 nosy_names = ['twouters', 'alanmcintyre', 'serhiy.storchaka', 'shaanbhaya', 'anadius'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue44067' versions = ['Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9', 'Python 3.10', 'Python 3.11']
Linked PRs
- gh-88233: zipfile: handle extras after a zip64 extra #96161
- gh-88233: zipfile: refactor _strip_extra #102083
- gh-88233: zipfile: refactor _strip_extra #102084
- [3.11] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) #102086
- [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) #102087