diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-28 14:19:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-28 14:19:51 (GMT) |
commit | 1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38 (patch) | |
tree | 4bc724712a4062a0430b12ed186832df4544072a /Modules/_weakref.c | |
parent | 54ba556c6c7d8fd5504dc142c2e773890c55a774 (diff) | |
download | cpython-1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38.zip cpython-1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38.tar.gz cpython-1cdfcfc9843d35ab2cb87387d3a79b2c8a585a38.tar.bz2 |
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)
PyStructSequence_GET_ITEM() must be used instead of
PyTuple_GET_ITEM() on a StructTimeType.
Diffstat (limited to 'Modules/_weakref.c')
0 files changed, 0 insertions, 0 deletions