STINNER Victor <vstin...@python.org> added the comment:

> 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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue1635741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to