commit | 1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Nov 28 15:19:51 2018 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 28 15:19:51 2018 +0100 |
tree | 4bc724712a4062a0430b12ed186832df4544072a | |
parent | 54ba556c6c7d8fd5504dc142c2e773890c55a774 [diff] |
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) PyStructSequence_GET_ITEM() must be used instead of PyTuple_GET_ITEM() on a StructTimeType.