[issue40182] Remove the _field_types attribute of NamedTuple

2020-04-04 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



[issue40182] Remove the _field_types attribute of NamedTuple

2020-04-04 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 6fed3c85402c5ca704eb3f3189ca3f5c67a08d19 by Serhiy Storchaka in 
branch 'master':
bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368)
https://github.com/python/cpython/commit/6fed3c85402c5ca704eb3f3189ca3f5c67a08d19


--

___
Python tracker 

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



[issue40182] Remove the _field_types attribute of NamedTuple

2020-04-04 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


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

___
Python tracker 

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



[issue40182] Remove the _field_types attribute of NamedTuple

2020-04-04 Thread Serhiy Storchaka


New submission from Serhiy Storchaka :

It was deprecated since 3.8 (see issue36320). The __annotations__ attribute has 
the same information.

--
components: Library (Lib)
messages: 365780
nosy: gvanrossum, levkivskyi, rhettinger, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Remove the _field_types attribute of NamedTuple
type: enhancement
versions: Python 3.9

___
Python tracker 

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