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 vstinner
Recipients corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner
Date 2020-04-27.12:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587990146.67.0.237331307888.issue40217@roundup.psfhosted.org>
In-reply-to
Content
New changeset 0169d3003be3d072751dd14a5c84748ab63a249f by Pablo Galindo in branch 'master':
bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414)
https://github.com/python/cpython/commit/0169d3003be3d072751dd14a5c84748ab63a249f
History
Date User Action Args
2020-04-27 12:22:26vstinnersetrecipients: + vstinner, tim.peters, serhiy.storchaka, corona10, pablogsal, shihai1991
2020-04-27 12:22:26vstinnersetmessageid: <1587990146.67.0.237331307888.issue40217@roundup.psfhosted.org>
2020-04-27 12:22:26vstinnerlinkissue40217 messages
2020-04-27 12:22:26vstinnercreate