bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() by vstinner · Pull Request #10765 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:time_structseq

Nov 28, 2018

Merged

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

vstinner merged 1 commit intopython:masterfrom

vstinner:time_structseq

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Nov 28, 2018

edited by bedevere-bot

Loading

PyStructSequence_GET_ITEM() must be used instead of
PyTuple_GET_ITEM() on a StructTimeType.

https://bugs.python.org/issue35337

PyStructSequence_GET_ITEM() must be used instead of
PyTuple_GET_ITEM() on a StructTimeType.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot