FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-117891: handle undefined TARGET_OS_OSX by jmroot · Pull Request #117892 · python/cpython · GitHub

/ cpython Public

gh-117891: handle undefined TARGET_OS_OSX - #117892

Closed
jmroot wants to merge 1 commit into
python:mainfrom
jmroot:testexternalinspection-fix
Closed

gh-117891: handle undefined TARGET_OS_OSX#117892
jmroot wants to merge 1 commit into
python:mainfrom
jmroot:testexternalinspection-fix

Conversation

jmroot commented Apr 15, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

This macro is not defined by older macOS SDKs, and the code in Modules/_testexternalinspection.c previously didn't distinguish between it being undefined and being defined to 0.

This macro is not defined by older macOS SDKs, and the code previously
didn't distinguish between it being undefined and being defined to 0.

freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This functionally looks fine; however, as I mentioned on my review of #117887, there's another 2 related uses of TARGET_OS symbols that need to be cleaned up; I'm not sure it's better to tackle all of them in one PR, rather than multiple PRs fixing one each.

ned-deily commented Apr 18, 2024
edited
Loading

Copy link
Copy Markdown
Member

I've commented on this here #117887 (comment)

Copy link
Copy Markdown
Member

Thanks again for the issue and PR. The suggested change has been rolled up and merged in PR #118073.

ned-deily closed this Apr 19, 2024
jmroot deleted the testexternalinspection-fix branch April 19, 2024 20:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL