Skip to content

Commit bf4437f

Browse files
committed
Declare compatibility with PEP 751
1 parent cfa653a commit bf4437f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

peps/pep-0780.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ from GIL-enabled as default to free-threading as default over time.
146146
The ABI features are designed with this in mind to guarantee usefulness and
147147
simplicity for the foreseeable future in a changing Python ecosystem.
148148

149+
Relation to Other PEPs
150+
----------------------
151+
152+
This PEP extends environment markers with set semantics for ABI features.
153+
:pep:`751#additions-to-marker-expression-syntax` includes a similar extension
154+
for lock file specific environment markers; although the two have been
155+
developed indepedently, they are compatible where they overlap in terms of the
156+
new set semantics.
157+
149158
Specification
150159
=============
151160

0 commit comments

Comments
 (0)