X Tutup
The Wayback Machine - https://web.archive.org/web/20260131133957/https://github.com/python/cpython/pull/22361
Skip to content

Conversation

@pmp-p
Copy link
Contributor

@pmp-p pmp-p commented Sep 22, 2020

Complete the original fix with the same code, extracting version number is done in more places than expected

https://bugs.python.org/issue32682

v.append('0')
elif not v[-1].isnumeric():
v[-1] = '0'

Copy link
Member

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?

Copy link
Contributor Author

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.

Copy link
Member

@iritkatriel iritkatriel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bedevere-bot
Copy link

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 I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@pmp-p
Copy link
Contributor Author

pmp-p commented Dec 7, 2022

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.

@iritkatriel
Copy link
Member

Thanks.

@iritkatriel iritkatriel closed this Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup