cpython/Lib/test/support
Serhiy Storchaka 3576e1a954
[3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136031)
Previous error message suggested to use cls.__new__(), which
obviously does not work. Now the error message is the same as for
cls(...).
(cherry picked from commit c45f4f3ebe)
2025-06-27 12:07:22 +00:00
..
_hypothesis_stubs
interpreters
__init__.py [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136031) 2025-06-27 12:07:22 +00:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py
hypothesis_helper.py
i18n_helper.py
import_helper.py
logging_helper.py
numbers.py
os_helper.py
pty_helper.py
refleak_helper.py
script_helper.py
smtpd.py
socket_helper.py
testcase.py
threading_helper.py
venv.py
warnings_helper.py