]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
authorHai Shi <shihai1992@gmail.com>
Tue, 10 Nov 2020 20:53:46 +0000 (04:53 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Nov 2020 20:53:46 +0000 (12:53 -0800)
commita13b26cac1519dad7bbc8651de7b826df7389d75
tree7dd13059bdf2e8489aa87626c7699da7a3cc658a
parentace3f9a0ce7b9fe8ae757fdd614f1e7a171f92b0
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)

PyType_GetSlot() can now accept static types.

Co-Authored-By: Petr Viktorin <encukou@gmail.com>
Automerge-Triggered-By: GH:encukou
Doc/c-api/type.rst
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/C API/2020-07-08-21-01-49.bpo-41073.VqQZON.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c
Objects/typeslots.inc
Objects/typeslots.py