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 db32325 commit 323c9fcCopy full SHA for 323c9fc
Include/patchlevel.h
@@ -70,8 +70,8 @@
70
- Py_LIMITED_API (defines the subset of API we expose)
71
- _Py_OPAQUE_PYOBJECT (additionally hides what's ABI-incompatible between
72
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.)
+ (Don't use Py_TARGET_ABI3T directly: it's currently only used to set these
+ 2 macros. It's also available for users' convenience.)
75
*/
76
#if defined(Py_LIMITED_API) && defined(Py_GIL_DISABLED) \
77
&& !defined(Py_TARGET_ABI3T)
0 commit comments