| commit | 00cce0fe495ee820cd3ca5878bdbe3dd65b1be7b | [log] [tgz] |
|---|---|---|
| author | Christopher Chavez <chrischavez@gmx.us> | Wed Dec 06 03:44:41 2023 -0600 |
| committer | GitHub <noreply@github.com> | Wed Dec 06 10:44:41 2023 +0100 |
| tree | 9805a10bb63b06f9852889e2e622bcd9a33514af | |
| parent | e3f670e13792305cfb977d5cffd8e6aa03e8fe7f [diff] |
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) In the slot typedefs table, the parameter of `destructor` and the first parameter of `traverseproc` should both be `PyObject *` rather than `void *`. Same for `inquiry`.