Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions peps/pep-0739.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ Title: ``build-details.json`` 1.0 — a static description file for Python build
Author: Filipe Laíns <lains@python.org>
PEP-Delegate: Paul Moore <p.f.moore@gmail.com>
Discussions-To: https://discuss.python.org/t/pep-739-static-description-file-for-build-details-of-python-installations/44572
Status: Draft
Status: Accepted
Type: Standards Track
Topic: Packaging
Created: 19-Dec-2023
Python-Version: 3.14
Resolution: https://discuss.python.org/t/44572/90


Abstract
Expand Down Expand Up @@ -454,7 +455,7 @@ below, which is rendered in an human-readable format here.
- - ``.cpython-314-x86_64-linux-gnu.so``
- etc.
* - Required
- **True**
- **False**

``abi.stable_abi_suffix``
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
3 changes: 1 addition & 2 deletions peps/pep-0739/python-build-info-v1.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
"type": "object",
"description": "Object containing details related to ABI.",
"required": [
"flags",
"extension_suffix"
"flags"
],
"additionalProperties": false,
"properties": {
Expand Down