bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) · python/cpython@1cdfcfc · GitHub
Skip to content

Commit 1cdfcfc

Browse files
authored
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)
PyStructSequence_GET_ITEM() must be used instead of PyTuple_GET_ITEM() on a StructTimeType.
1 parent 54ba556 commit 1cdfcfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/timemodule.c

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)