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 vstinner
Date 2018-11-09.15:40:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541778052.84.0.788709270274.issue35199@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, PyTuple_GET_ITEM() can be used with &PyTuple_GET_ITEM(). If we convert PyTuple_GET_ITEM() to a function returning PyObject*, it's no longer possible. My PR 10434 prepares the code for that.
History
Date User Action Args
2018-11-09 15:40:52vstinnersetrecipients: + vstinner
2018-11-09 15:40:52vstinnersetmessageid: <1541778052.84.0.788709270274.issue35199@psf.upfronthosting.co.za>
2018-11-09 15:40:52vstinnerlinkissue35199 messages
2018-11-09 15:40:52vstinnercreate