diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-06 10:03:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 10:03:36 (GMT) |
commit | 8be7282f29a9746fbfc425172736d4bba6f707a7 (patch) | |
tree | a188aff1819186f054d122e314f23f8b3cbac387 /Python/import.c | |
parent | 02d09510d27956ed600c9f9b55b4f18f74649848 (diff) | |
download | cpython-8be7282f29a9746fbfc425172736d4bba6f707a7.zip cpython-8be7282f29a9746fbfc425172736d4bba6f707a7.tar.gz cpython-8be7282f29a9746fbfc425172736d4bba6f707a7.tar.bz2 |
[3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112793)
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`.
(cherry picked from commit 00cce0fe495ee820cd3ca5878bdbe3dd65b1be7b)
Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions