gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table by chrstphrchvz · Pull Request #112742 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Conversation
In the slot typedefs table, the parameter of `destructor` and the first parameter of `traverseproc` should both be `PyObject *` rather than `void *`.
chrstphrchvz
changed the title
Docs: fix
Docs: fix traverseproc and destructor parameters in slot typedefs tabletraverseproc, inquiry, and destructor parameters in slot typedefs table
encukou
changed the title
Docs: fix
gh-111178: Docs: fix traverseproc, inquiry, and destructor parameters in slot typedefs tabletraverseproc, inquiry, and destructor parameters in slot typedefs table
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…` parameters in slot typedefs table (pythonGH-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 00cce0f) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…` parameters in slot typedefs table (pythonGH-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 00cce0f) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
encukou pushed a commit that referenced this pull request
…r` parameters in slot typedefs table (GH-112742) (GH-112792) 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 00cce0f) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
encukou pushed a commit that referenced this pull request
…r` 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 00cce0f) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
aisk pushed a commit to aisk/cpython that referenced this pull request
…` parameters in slot typedefs table (pythonGH-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`.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
…` parameters in slot typedefs table (pythonGH-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`.