mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -04:00
c73b0f3560
gh-102956: Fix returning of empty byte strings after seek in zipfile module. This was a regression in 3.12.0 due to a performance enhancement.