Skip to content

Commit 5e0935a

Browse files
authored
PEP 739: Mark as Accepted (#4252)
1 parent 686562b commit 5e0935a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: peps/pep-0739.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ Title: ``build-details.json`` 1.0 — a static description file for Python build
33
Author: Filipe Laíns <[email protected]>
44
PEP-Delegate: Paul Moore <[email protected]>
55
Discussions-To: https://discuss.python.org/t/pep-739-static-description-file-for-build-details-of-python-installations/44572
6-
Status: Draft
6+
Status: Accepted
77
Type: Standards Track
88
Topic: Packaging
99
Created: 19-Dec-2023
1010
Python-Version: 3.14
11+
Resolution: https://discuss.python.org/t/44572/90
1112

1213

1314
Abstract
@@ -454,7 +455,7 @@ below, which is rendered in an human-readable format here.
454455
- - ``.cpython-314-x86_64-linux-gnu.so``
455456
- etc.
456457
* - Required
457-
- **True**
458+
- **False**
458459

459460
``abi.stable_abi_suffix``
460461
~~~~~~~~~~~~~~~~~~~~~~~~~

Diff for: peps/pep-0739/python-build-info-v1.0.schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@
150150
"type": "object",
151151
"description": "Object containing details related to ABI.",
152152
"required": [
153-
"flags",
154-
"extension_suffix"
153+
"flags"
155154
],
156155
"additionalProperties": false,
157156
"properties": {

0 commit comments

Comments
 (0)