[issue29179] Py_UNUSED is not documented

2017-11-08 Thread STINNER Victor
STINNER Victor added the comment: Thank you Petr for your PR! I merged it. -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue29179] Py_UNUSED is not documented

2017-11-08 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29179] Py_UNUSED is not documented

2017-11-08 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2138163621196a186975796afb2b0a6aa335231d by Victor Stinner (Petr Viktorin) in branch 'master': bpo-29179: Document the Py_UNUSED macro (#4341) https://github.com/python/cpython/commit/2138163621196a186975796afb2b0a6aa335231d -- nosy: +h

[issue29179] Py_UNUSED is not documented

2017-11-08 Thread Petr Viktorin
Change by Petr Viktorin : -- keywords: +patch pull_requests: +4295 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue29179] Py_UNUSED is not documented

2017-11-08 Thread Petr Viktorin
Petr Viktorin added the comment: Since the macro has a public name and is used in the wild outside CPython, I'll go ahead and submit a pull request documenting it. -- ___ Python tracker _

[issue29179] Py_UNUSED is not documented

2017-01-06 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> larry nosy: +larry ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue29179] Py_UNUSED is not documented

2017-01-06 Thread Petr Viktorin
New submission from Petr Viktorin: The Py_UNUSED macro, which was added in Python 3.4, is not documented. Is this an omission, or is it undocumented on purpose? I can prepare a patch if it's the former. The macro was added in: http://bugs.python.org/issue19976 and referenced in: http://bugs.pyt