This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients petr.viktorin, seberg, shihai1991
Date 2021-10-21.09:46:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634809590.41.0.655137198765.issue45315@roundup.psfhosted.org>
In-reply-to
Content
New changeset 8a310dd5f4242b5d28013c1905c6573477e3b957 by Petr Viktorin in branch 'main':
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory for its name (GH-29103)
https://github.com/python/cpython/commit/8a310dd5f4242b5d28013c1905c6573477e3b957
History
Date User Action Args
2021-10-21 09:46:30petr.viktorinsetrecipients: + petr.viktorin, seberg, shihai1991
2021-10-21 09:46:30petr.viktorinsetmessageid: <1634809590.41.0.655137198765.issue45315@roundup.psfhosted.org>
2021-10-21 09:46:30petr.viktorinlinkissue45315 messages
2021-10-21 09:46:30petr.viktorincreate