New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41055>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to