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 skrah
Recipients ZackerySpytz, scoder, serhiy.storchaka, skrah, vstinner
Date 2018-12-09.12:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544358831.69.0.788709270274.issue35337@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using &PyTuple_GET_ITEM(args, 0), so Serhiy's concern is not theoretical.

I think if people want the safe version they should use PyTuple_GetItem().
History
Date User Action Args
2018-12-09 12:33:51skrahsetrecipients: + skrah, scoder, vstinner, serhiy.storchaka, ZackerySpytz
2018-12-09 12:33:51skrahsetmessageid: <1544358831.69.0.788709270274.issue35337@psf.upfronthosting.co.za>
2018-12-09 12:33:51skrahlinkissue35337 messages
2018-12-09 12:33:51skrahcreate