Skip to content

Commit 5a300eb

Browse files
committed
PEP 739: rename libpython.link_to_libpython key to link_extension
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent e3f3b8f commit 5a300eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

peps/pep-0739.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ below, which is rendered in an human-readable format here.
585585
* - Required
586586
- **False**
587587

588-
``libpython.link_to_libpython``
589-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
588+
``libpython.link_extensions``
589+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
590590

591591
.. list-table::
592592
:widths: 25 75

peps/pep-0739/example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dynamic": "/usr/lib/libpython3.14.so.1.0",
4343
"dynamic_stableabi": "/usr/lib/libpython3.so",
4444
"static": "/usr/lib/python3.14/config-3.14-x86_64-linux-gnu/libpython3.14.a",
45-
"link_to_libpython": true
45+
"link_extensions": true
4646
},
4747
"c_api": {
4848
"headers": "/usr/include/python3.14",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"lib/python3.14/config-3.14-x86_64-linux-gnu/libpython3.14.a"
221221
]
222222
},
223-
"link_to_libpython": {
223+
"link_extensions": {
224224
"type": "boolean",
225225
"description": "Should extensions built against a dynamic ``libpython`` link to it?\n\nThis field MUST be present if the Python installation provides a dynamic ``libpython`` library, otherwise this entry will be missing."
226226
}

0 commit comments

Comments
 (0)