[issue41055] Remove outdated tests for tp_print

2020-06-21 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Nice.  I would have found the removed tests confusing.  I presume tp_print had 
something to do with print as a statement.

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41055] Remove outdated tests for tp_print

2020-06-21 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41055] Remove outdated tests for tp_print

2020-06-21 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset f9bab74d5b34c64cf061e1629ff5f3092a4ca9b3 by Serhiy Storchaka in 
branch 'master':
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
https://github.com/python/cpython/commit/f9bab74d5b34c64cf061e1629ff5f3092a4ca9b3


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41055] Remove outdated tests for tp_print

2020-06-20 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +20180
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/21006

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41055] Remove outdated tests for tp_print

2020-06-20 Thread Serhiy Storchaka


New submission from Serhiy Storchaka :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com