]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH...
authorHai Shi <shihai1992@gmail.com>
Mon, 11 May 2020 21:38:55 +0000 (05:38 +0800)
committerGitHub <noreply@github.com>
Mon, 11 May 2020 21:38:55 +0000 (23:38 +0200)
commit86d69444e7cfe758212956df0be0ec7b8a4251a6
treeb413a6d5845e61f74f61e7972575e6c5f4b0e237
parentef7973a981ff8f4687ef3fdb85a69fa15aa11fe5
bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset (GH-20026)
Doc/c-api/structures.rst
Doc/c-api/type.rst
Objects/typeobject.c