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-11-29.10:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543487086.78.0.788709270274.issue35337@psf.upfronthosting.co.za>
In-reply-to
Content
This is compatibility breaking change. Currently you can get the address of the array of tuple items by using &PyTuple_GET_ITEM(obj, 0).
History
Date User Action Args
2018-11-29 10:24:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ZackerySpytz
2018-11-29 10:24:46serhiy.storchakasetmessageid: <1543487086.78.0.788709270274.issue35337@psf.upfronthosting.co.za>
2018-11-29 10:24:46serhiy.storchakalinkissue35337 messages
2018-11-29 10:24:46serhiy.storchakacreate