]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for...
authorPetr Viktorin <encukou@gmail.com>
Thu, 21 Oct 2021 09:46:20 +0000 (11:46 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 09:46:20 +0000 (11:46 +0200)
commit8a310dd5f4242b5d28013c1905c6573477e3b957
tree9d028d11dbdf09621435c9b62d13d24d480823e5
parent2cbf50e8126905b57ba9d0d5aa4e238c817d5a03
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for its name (GH-29103)
Include/cpython/object.h
Lib/test/test_sys.py
Misc/NEWS.d/next/C API/2021-10-20-18-41-17.bpo-29103.CMRLyq.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Objects/typeobject.c