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 66055d0 commit 85d1c40Copy full SHA for 85d1c40
1 file changed
Doc/c-api/intro.rst
@@ -167,6 +167,13 @@ complete listing.
167
168
.. versionadded:: 3.3
169
170
+.. c:macro:: Py_ALIGNED(num)
171
+
172
+ Specify alignment to *num* bytes on compilers that support it.
173
174
+ This does not use the C11 standard ``_Alignas`` specifier; prefer use of
175
+ that over this macro.
176
177
.. c:macro:: Py_ALWAYS_INLINE
178
179
Ask the compiler to always inline a static inline function. The compiler can
0 commit comments