[New-bugs-announce] [issue41055] Remove outdated tests for tp_print

Serhiy Storchaka report at bugs.python.org
Sat Jun 20 13:26:58 EDT 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

There are ancient tests for printing some basic types: str (actually a mix of Python 2 str and unicode), list, tuple, bool, set, deque, defaultdict. They are essentially tests for the tp_print slot. But since the tp_print slot is no longer used, they are virtually repeat tests for str or repr. These tests are outdated and no longer serve the initial purpose. To avoid confusion it is worth to remove them.

----------
components: Tests
messages: 371944
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Remove outdated tests for tp_print
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41055>
_______________________________________


More information about the New-bugs-announce mailing list