Skip to content

gh-155170: Expose extension compiler flags in build details - #155172

Open
pablogsal wants to merge 1 commit into
python:mainfrom
pablogsal:agent/build-details-extension-flags
Open

gh-155170: Expose extension compiler flags in build details#155172
pablogsal wants to merge 1 commit into
python:mainfrom
pablogsal:agent/build-details-extension-flags

Conversation

@pablogsal

@pablogsalpablogsal commented Aug 4, 2026

Copy link
Copy Markdown
Member

No description provided.

@savannahostrowskisavannahostrowski left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I checked the current build-details.json generation and couldn’t find any existing values under arbitrary_data; this appears to be its first use in CPython. Is the intent to provide a CPython-specific interface now and defer a standardized build-details.json field to a future format version?

If so, could we document the intended semantics and stability of extension_compiler_flags in the docs, including how consumers should expect it to relate to a standardized field later?

It may also be worth clarifying whether entries in this field are required, recommended, or potentially both, since the proposed field does not distinguish between them.

Sign up for freeto 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

@pablogsal@savannahostrowski