Skip to content
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

gh-113039: Don't use relative include path in getpath.c #113022

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

itamaro
Copy link
Contributor

@itamaro itamaro commented Dec 12, 2023

Using an abs include path for the getpath.h frozen module header, beyond making things cleaner, also makes it easier to use different build systems where the generated frozen modules headers are only intermediate build artifacts. my motivating use-case is using buck2 to build cpython, where I needed to apply a patch like this.

@itamaro itamaro changed the title Don't use relative include path in getpath.c gh-113039: Don't use relative include path in getpath.c Dec 13, 2023
@itamaro itamaro marked this pull request as ready for review December 17, 2023 03:51
@itamaro itamaro requested a review from a team as a code owner December 17, 2023 03:51
@zooba zooba merged commit 2feec0f into python:main Dec 18, 2023
31 checks passed
@itamaro itamaro deleted the getpath-abs-include branch December 18, 2023 17:35
ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull request Dec 26, 2023
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
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.

2 participants