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, erlendaasland, kumaraditya, miss-islington, petr.viktorin, phsilva, shihai1991, vstinner
Date 2022-01-22.14:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642860534.19.0.0804614288415.issue46417@roundup.psfhosted.org>
In-reply-to
Content
New changeset f1c6ae3270913e095d24ae13ecf96f5a32c8c503 by Victor Stinner in branch 'main':
bpo-46417: Fix race condition on setting type __bases__ (GH-30788)
https://github.com/python/cpython/commit/f1c6ae3270913e095d24ae13ecf96f5a32c8c503
History
Date User Action Args
2022-01-22 14:08:54vstinnersetrecipients: + vstinner, phsilva, petr.viktorin, corona10, miss-islington, shihai1991, erlendaasland, kumaraditya
2022-01-22 14:08:54vstinnersetmessageid: <1642860534.19.0.0804614288415.issue46417@roundup.psfhosted.org>
2022-01-22 14:08:54vstinnerlinkissue46417 messages
2022-01-22 14:08:54vstinnercreate