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 fbb93ab commit 9785f84Copy full SHA for 9785f84
Doc/c-api/intro.rst
@@ -245,6 +245,12 @@ complete listing.
245
.. versionchanged:: 3.8
246
MSVC support was added.
247
248
+.. c:macro:: Py_FORCE_EXPANSION(X)
249
+
250
+ This is equivalent to :c:expr:`X`, which is useful for token-pasting in
251
+ macros, as macro expansions in *X* are forcefully evaluated by the
252
+ preprocessor.
253
254
.. c:macro:: Py_GETENV(s)
255
256
Like ``getenv(s)``, but returns ``NULL`` if :option:`-E` was passed on the
0 commit comments