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 Jim Fasarakis-Hilliard, amaury.forgeotdarc, christian.heimes, corona10, eric.snow, erlendaasland, isoschiz, koubaa, kylotan, lukasz.langa, miss-islington, orsenthil, pconnell, petr.viktorin, phsilva, python-dev, santoso.wijaya, serhiy.storchaka, shihai1991, tlesher, vstinner, ysj.ray
Date 2020-12-26.00:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608943333.76.0.766488148897.issue1635741@roundup.psfhosted.org>
In-reply-to
Content
> These changes introduced a regression in test_curses (see issue42694). And I afraid then introduced regressions in other modules for which there were not purposed tests.

In my experience, when a type is modified to prevent creating an instance using type(), there is a test for that. The issue with bpo-42694 is that test_curses is skipped by default, and it might be skipped on buildbots which don't have curses.

(I wrote a fix for bpo-42694, but let's discuss it there.)
History
Date User Action Args
2020-12-26 00:42:14vstinnersetrecipients: + vstinner, amaury.forgeotdarc, orsenthil, kylotan, christian.heimes, tlesher, phsilva, petr.viktorin, ysj.ray, santoso.wijaya, lukasz.langa, python-dev, eric.snow, serhiy.storchaka, pconnell, isoschiz, Jim Fasarakis-Hilliard, corona10, miss-islington, shihai1991, erlendaasland, koubaa
2020-12-26 00:42:13vstinnersetmessageid: <1608943333.76.0.766488148897.issue1635741@roundup.psfhosted.org>
2020-12-26 00:42:13vstinnerlinkissue1635741 messages
2020-12-26 00:42:13vstinnercreate