Skip to content

Commit 323c9fc

Browse files
committed
Reword note on Py_TARGET_ABI3T
1 parent db32325 commit 323c9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
- Py_LIMITED_API (defines the subset of API we expose)
7171
- _Py_OPAQUE_PYOBJECT (additionally hides what's ABI-incompatible between
7272
free-threaded & GIL)
73-
(Don't use Py_TARGET_ABI3T directly; we merge into the above two here.
74-
We do set it for users' convenience though.)
73+
(Don't use Py_TARGET_ABI3T directly: it's currently only used to set these
74+
2 macros. It's also available for users' convenience.)
7575
*/
7676
#if defined(Py_LIMITED_API) && defined(Py_GIL_DISABLED) \
7777
&& !defined(Py_TARGET_ABI3T)

0 commit comments

Comments
 (0)