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.16:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619455312.41.0.777763221453.issue43908@roundup.psfhosted.org>
In-reply-to
Content
> If merely making them immutable again makes tests failing then perhaps there is something wrong with these tests or there are other bugs which are needed to be fixed.

I've noticed that the test_pdb fails because it expected the a class method to have the __repr__ "some func" but it got "bound method some func at 0x0000000". This may be the affect of this apply-to-all.diff. Other tests failing were actually fixed in other issues but somehow apply-to-all.diff is suddenly triggering them I think. The most fatal test failures is the test_pdb and test_logging because after those tests failed there were some unexpected behaviors like other tests were executed randomly, segfault and most prominent is that they started compiling by themselves! These are the two tests we should really look into right now.
History
Date User Action Args
2021-04-26 16:41:52shreyanavigyansetrecipients: + shreyanavigyan, gvanrossum, vstinner, christian.heimes, Mark.Shannon, serhiy.storchaka, corona10, pablogsal, shihai1991, erlendaasland
2021-04-26 16:41:52shreyanavigyansetmessageid: <1619455312.41.0.777763221453.issue43908@roundup.psfhosted.org>
2021-04-26 16:41:52shreyanavigyanlinkissue43908 messages
2021-04-26 16:41:52shreyanavigyancreate