]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where this...
authorPetr Viktorin <encukou@gmail.com>
Fri, 10 Jun 2022 13:55:09 +0000 (15:55 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 13:55:09 +0000 (15:55 +0200)
commit21a9a85ff4d62e8fc5a51b8eb56154f32c319b77
treecb04c35fb6d1fde8fbe975dee5bf7b0da4168f3a
parent3124d9a5aafb64431aa9facd0ae0e12201be77fa
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where this was problematic (GH-93471)
Doc/c-api/type.rst
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2022-06-03-14-54-41.gh-issue-93466.DDtH0X.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c