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 serhiy.storchaka
Recipients ZackerySpytz, serhiy.storchaka, vstinner
Date 2018-12-09.07:07:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544339227.76.0.788709270274.issue35337@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can break this only after adding public API for accessing internal storage of a tuple: PyTuple_ITEMS().

And the same for lists.
History
Date User Action Args
2018-12-09 07:07:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ZackerySpytz
2018-12-09 07:07:07serhiy.storchakasetmessageid: <1544339227.76.0.788709270274.issue35337@psf.upfronthosting.co.za>
2018-12-09 07:07:07serhiy.storchakalinkissue35337 messages
2018-12-09 07:07:07serhiy.storchakacreate