]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
authorneonene <53406459+neonene@users.noreply.github.com>
Thu, 1 May 2025 12:32:57 +0000 (21:32 +0900)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 12:32:57 +0000 (14:32 +0200)
commitfa52f289a36f50d6d10e57d485e5a4f58261222b
tree1f9b1f51cce9cefa82841c6b029e158305703962
parent662dd294563ce86980c640ad67e3d460a72c9cb9
gh-133166: Fix missing error emission of PyType_GetModuleByDef (GH-133240)
Lib/test/test_capi/test_type.py
Misc/NEWS.d/next/C_API/2025-05-01-01-02-11.gh-issue-133166.Ly9Ae2.rst [new file with mode: 0644]
Modules/_testcapi/heaptype.c
Objects/typeobject.c