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 Arfrever, benjamin.peterson, brett.cannon, ncoghlan, pitrou, vstinner
Date 2018-11-29.00:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543451026.25.0.788709270274.issue14614@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I didn't know this old issue (6 years old). I wrote an implementation of this issue for PyTuple_GET_ITEM/SET_ITEM: bpo-35337. Would you mind to have a look? It seems to be backward incompatible when these macros are misused on structseq.
History
Date User Action Args
2018-11-29 00:23:46vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, pitrou, benjamin.peterson, Arfrever
2018-11-29 00:23:46vstinnersetmessageid: <1543451026.25.0.788709270274.issue14614@psf.upfronthosting.co.za>
2018-11-29 00:23:46vstinnerlinkissue14614 messages
2018-11-29 00:23:46vstinnercreate