Uh oh!
There was an error while loading. Please reload this page.
GH-107956: add sysconfig._build_details - #149114
Conversation
e0c2b05 to
e163ed9CompareDocumentation build overview
5 files changed · |
This introduces a new sysconfig._build_details module to generate and manipulate build-details.json data. It contains abstractions to work with build-details.json data. We hope that these APIs will evolve and reach the point it would make sense to make them public. In the future, we'd also like to abstract the data sources, so that the code would be able to generate build-details.json for external interpreters. Signed-off-by: Filipe Laíns <lains@riseup.net>
Signed-off-by: Filipe Laíns <lains@riseup.net>
e163ed9 to
122e0dfComparebedevere-bot
commented
Apr 28, 2026
🤖 New build scheduled with the buildbot fleet by @FFY00 for commit 122e0df 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149114%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Signed-off-by: Filipe Laíns <lains@riseup.net>
Signed-off-by: Filipe Laíns <lains@riseup.net>
Signed-off-by: Filipe Laíns <lains@riseup.net>
This better mirrors the bahevior of os.path.relpath. Signed-off-by: Filipe Laíns <lains@riseup.net>
bedevere-bot
commented
Apr 28, 2026
🤖 New build scheduled with the buildbot fleet by @FFY00 for commit 95fc7f5 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F149114%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Signed-off-by: Filipe Laíns <lains@riseup.net>
…ve path" This reverts commit 95fc7f5. Signed-off-by: Filipe Laíns <lains@riseup.net>
This PR is stale because it has been open for 90 days with no activity. |
This introduces a new sysconfig._build_details module to generate and manipulate build-details.json data.
It contains abstractions to work with build-details.json data. We hope that these APIs will evolve and reach the point it would make sense to make them public.
In the future, we'd also like to abstract the data sources, so that the code would be able to generate build-details.json for external interpreters.