SIGN IN SIGN UP

bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)

PyStructSequence_GET_ITEM() must be used instead of
PyTuple_GET_ITEM() on a StructTimeType.
V
Victor Stinner committed
1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38
Parent: 54ba556
Committed by GitHub <noreply@github.com> on 11/28/2018, 2:19:51 PM