Message 331425 - Python tracker (original) (raw)

Message331425

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:51 skrah set recipients: + skrah, scoder, vstinner, serhiy.storchaka, ZackerySpytz
2018-12-09 12:33:51 skrah set messageid: 1544358831.69.0.788709270274.issue35337@psf.upfronthosting.co.za
2018-12-09 12:33:51 skrah link issue35337 messages
2018-12-09 12:33:51 skrah create