]> granicus.if.org Git - python/commit
bpo-29179: Document the Py_UNUSED macro (#4341)
authorPetr Viktorin <encukou@gmail.com>
Wed, 8 Nov 2017 15:59:20 +0000 (16:59 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Nov 2017 15:59:20 +0000 (07:59 -0800)
commit2138163621196a186975796afb2b0a6aa335231d
treed010135c9b733521558be615045afc96e40007b9
parent0de92859caf25e65fc968d4bb68626e9ba21b851
bpo-29179: Document the Py_UNUSED macro (#4341)

Py_UNUSED has a public name, and is used in the wild outside CPython,
but was not documented. Rectify that.

The macro was added in bpo-19976 and referenced in bpo-26179.
Doc/c-api/intro.rst