Documentation
PyFunction_WatchEvent at c-api/function.rst has in the source file what seems to be a unnumbered list, but the built documentation has everything in a single line. Should it be formatted as a unnumbered list instead?
|
.. c:type:: PyFunction_WatchEvent |
|
|
|
Enumeration of possible function watcher events: |
|
- ``PyFunction_EVENT_CREATE`` |
|
- ``PyFunction_EVENT_DESTROY`` |
|
- ``PyFunction_EVENT_MODIFY_CODE`` |
|
- ``PyFunction_EVENT_MODIFY_DEFAULTS`` |
|
- ``PyFunction_EVENT_MODIFY_KWDEFAULTS`` |
|
|
|
.. versionadded:: 3.12 |

Linked PRs
Documentation
PyFunction_WatchEvent at c-api/function.rst has in the source file what seems to be a unnumbered list, but the built documentation has everything in a single line. Should it be formatted as a unnumbered list instead?
cpython/Doc/c-api/function.rst
Lines 146 to 155 in 798f8d3
Linked PRs
Doc/c-api/function.rst(GH-130174) #130175Doc/c-api/function.rst(GH-130174) #130176