| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Documentation build overview5 files changed · ± 5 modified ± Modified |
Sorry, something went wrong.
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>
|
🤖 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. |
Sorry, something went wrong.
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>
|
🤖 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. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.