Skip to content

bpo-38252: use 8-byte step to detect ASCII sequence in 64bit Windows build #16334

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

Merged
merged 6 commits into from Oct 18, 2020
Merged

Conversation

ghost
Copy link

@ghost ghost commented Sep 23, 2019

In 64-bit Windows builds, C type unsigned long is 4-byte integer.
Now use size_t, it's 8-byte integer in 64-bit Windows builds.

https://bugs.python.org/issue38252

Copy link
Contributor

@eamanu eamanu left a comment

Choose a reason for hiding this comment

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

Good improve! LGTM

@csabella
Copy link
Contributor

@animalize please resolve the merge conflicts. Thank you!

@ghost
Copy link
Author

ghost commented Jun 14, 2020

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

: please review the changes made to this pull request.

Copy link
Member

@serhiy-storchaka serhiy-storchaka left a comment

Choose a reason for hiding this comment

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

LGTM. Please add a NEWS entry.

@ghost
Copy link
Author

ghost commented Oct 18, 2020

Close and reopen this PR to trigger build bots.

@ghost ghost closed this Oct 18, 2020
@ghost ghost reopened this Oct 18, 2020
@serhiy-storchaka serhiy-storchaka merged commit a0c603c into python:master Oct 18, 2020
@ghost ghost deleted the win_max_char branch October 18, 2020 14:51
@ghost
Copy link
Author

ghost commented Oct 18, 2020

Thanks for your review.

adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants