]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855)
authorPetr Viktorin <encukou@gmail.com>
Thu, 2 Apr 2026 11:54:21 +0000 (13:54 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2026 11:54:21 +0000 (13:54 +0200)
commita86963b3e2afa854132968f0d4bffe2ed2c87fe0
treee033314cf6ee3bebc3abd134d7e0649d0b5056d2
parent97babb8ef70c1c25768a0e534cfb10955c6b290d
gh-146636: Py_mod_abi mandatory for modules created from slots array (GH-146855)
Doc/c-api/module.rst
Doc/extending/first-extension-module.rst
Doc/includes/capi-extension/spammodule-01.c
Lib/test/test_capi/test_module.py
Lib/test/test_cext/extension.c
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/C_API/2026-03-31-13-33-41.gh-issue-146636.5do3wt.rst [new file with mode: 0644]
Modules/_testcapi/module.c
Modules/_testmultiphase.c
Objects/moduleobject.c
Python/modsupport.c