Skip to content

[3.9] bpo-41617: check for bswap builtins before using (GH-21942)#21943

Closed
jmroot wants to merge 1 commit into
python:3.9from
jmroot:bswap-fix-3.9
Closed

[3.9] bpo-41617: check for bswap builtins before using (GH-21942)#21943
jmroot wants to merge 1 commit into
python:3.9from
jmroot:bswap-fix-3.9

Conversation

@jmroot
Copy link
Copy Markdown
Contributor

@jmroot jmroot commented Aug 23, 2020

Don't assume clang always has them; use __has_builtin to check.

https://bugs.python.org/issue41617

Don't assume clang always has them; use __has_builtin to check.
@ghost
Copy link
Copy Markdown

ghost commented Aug 23, 2020

If no code confict, no need to create backport PR, it can be done automatically.

@jmroot
Copy link
Copy Markdown
Contributor Author

jmroot commented Aug 23, 2020

The file was renamed, so I assumed it wouldn't work automatically. Is that not the case?

@ghost
Copy link
Copy Markdown

ghost commented Aug 24, 2020

The file was renamed, so I assumed it wouldn't work automatically. Is that not the case?

Sorry, I didn't notice this.

@vstinner
Copy link
Copy Markdown
Member

vstinner commented Sep 1, 2020

I merged the simple PR #22042 instead.

@vstinner vstinner closed this Sep 1, 2020
@jmroot jmroot deleted the bswap-fix-3.9 branch September 19, 2020 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants