We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa653a commit bf4437fCopy full SHA for bf4437f
peps/pep-0780.rst
@@ -146,6 +146,15 @@ from GIL-enabled as default to free-threading as default over time.
146
The ABI features are designed with this in mind to guarantee usefulness and
147
simplicity for the foreseeable future in a changing Python ecosystem.
148
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
158
Specification
159
=============
160
0 commit comments