-
-
Notifications
You must be signed in to change notification settings - Fork 34k
bpo-32682: Lib/test/test_zlib, fix version string handling #22361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| v.append('0') | ||
| elif not v[-1].isnumeric(): | ||
| v[-1] = '0' | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These 5 lines appear also in test_wbits, wouldn't it be better to extract them into a helper function?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe, i'll have a look if i or someone make an android buildbot someday and/or have some time left and testsuite can actually run.
iritkatriel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is missing a test. See also https://github.com/python/cpython/pull/22361/files#r495475106.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
That was for passing testsuite on android 4.4 kitkat. I think no one care anymore now with WebAssembly available everywhere. Feel free to close or ask the PSF android grant recipient if they want to take on as I still provide patches for api19. |
|
Thanks. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Complete the original fix with the same code, extracting version number is done in more places than expected
https://bugs.python.org/issue32682