bpo-34035: Fix several AttributeError in zipfile seek() methods#8527
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. When your account is ready, please add a comment in this pull request You can check yourself Thanks again for your contribution, we look forward to reviewing it! |
d86ca74 to
c089457
Compare
|
CLA signed :) |
|
Thanks @BoboTiG for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Sorry @BoboTiG and @serhiy-storchaka, I had trouble checking out the |
|
GH-8556 is a backport of this pull request to the 3.7 branch. |
…honGH-8527) (cherry picked from commit 3f8c691) Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
|
@BoboTiG: Oh nice, someone else reviewed and even merged your PR. Congrats! |
|
@vstinner: Thank you :) |
The
ZipExtFile.seek()was not tested and several errors were not spotted. I added a test to prevent any future regression.To be checked with @vstinner.
https://bugs.python.org/issue34035