]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build winsound extension with limited C API (#110978)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 13:57:10 +0000 (15:57 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 13:57:10 +0000 (15:57 +0200)
commit6db6b30ac2734b94f66166cee320028c4ba1d30e
tree017752add1a338e9f1d53e8cfd3d9124acf5e81f
parent198aa67d4ceb5298c3c60f7a77524f5ba084c121
gh-85283: Build winsound extension with limited C API (#110978)

Replace type->tp_name with PyType_GetQualName().
Doc/whatsnew/3.13.rst
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Misc/NEWS.d/next/Build/2023-10-17-01-56-11.gh-issue-85283.V156T2.rst
PC/clinic/winsound.c.h
PC/winsound.c