Skip to content

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

Merged
serhiy-storchaka merged 6 commits into
masterfrom
unknown repository
Oct 18, 2020
Merged

bpo-38252: use 8-byte step to detect ASCII sequence in 64bit Windows build#16334
serhiy-storchaka merged 6 commits into
masterfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
Contributor

@animalize please resolve the merge conflicts. Thank you!

@ghost
Copy link
Copy Markdown
Author

ghost commented Jun 14, 2020

I have made the requested changes; please review again

@bedevere-bot
Copy link
Copy Markdown

Thanks for making the requested changes!

: please review the changes made to this pull request.

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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