Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Reword note on Py_TARGET_ABI3T
  • Loading branch information
encukou committed Apr 1, 2026
commit 323c9fc0bf88d4de9a3e2575691336cb39318de8
4 changes: 2 additions & 2 deletions Include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
- Py_LIMITED_API (defines the subset of API we expose)
- _Py_OPAQUE_PYOBJECT (additionally hides what's ABI-incompatible between
free-threaded & GIL)
(Don't use Py_TARGET_ABI3T directly; we merge into the above two here.
We do set it for users' convenience though.)
(Don't use Py_TARGET_ABI3T directly: it's currently only used to set these
2 macros. It's also available for users' convenience.)
*/
#if defined(Py_LIMITED_API) && defined(Py_GIL_DISABLED) \
&& !defined(Py_TARGET_ABI3T)
Expand Down
Loading