This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients scoder, vstinner
Date 2020-06-22.21:59:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592863198.32.0.481641219578.issue41078@roundup.psfhosted.org>
In-reply-to
Content
The long rationale is explained in PEP 620:
https://www.python.org/dev/peps/pep-0620/

PyTupleObject and PyListObject structures must become opaque. Also, later, these structures may change to be more efficient.
History
Date User Action Args
2020-06-22 21:59:58vstinnersetrecipients: + vstinner, scoder
2020-06-22 21:59:58vstinnersetmessageid: <1592863198.32.0.481641219578.issue41078@roundup.psfhosted.org>
2020-06-22 21:59:58vstinnerlinkissue41078 messages
2020-06-22 21:59:58vstinnercreate