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 shreyanavigyan
Recipients Mark.Shannon, christian.heimes, corona10, erlendaasland, gvanrossum, pablogsal, serhiy.storchaka, shihai1991, shreyanavigyan, vstinner
Date 2021-04-26.13:58:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619445499.04.0.214435320029.issue43908@roundup.psfhosted.org>
In-reply-to
Content
> I think it is safer to merge apply-to-all.diff, and revert the changes for individual types if we have reasons to make them mutable.

I don't think it's a good idea though. About 10 or 8 tests are failing if apply-to-all.diff is applied. The tests that are not related to it are also failing because of it. After test_pdb fails a segfault error occurs and the remaining tests are never executed. If we want to merge apply-to-all.diff then we need to make some modifications first.
History
Date User Action Args
2021-04-26 13:58:19shreyanavigyansetrecipients: + shreyanavigyan, gvanrossum, vstinner, christian.heimes, Mark.Shannon, serhiy.storchaka, corona10, pablogsal, shihai1991, erlendaasland
2021-04-26 13:58:19shreyanavigyansetmessageid: <1619445499.04.0.214435320029.issue43908@roundup.psfhosted.org>
2021-04-26 13:58:19shreyanavigyanlinkissue43908 messages
2021-04-26 13:58:19shreyanavigyancreate