bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() by vstinner · Pull Request #10765 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM()#10765
vstinner merged 1 commit intopython:masterfrom
vstinner:time_structseq
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM()#10765
vstinner merged 1 commit intopython:masterfrom
vstinner:time_structseq
Conversation
Copy link Copy Markdown
Member
PyStructSequence_GET_ITEM() must be used instead of
PyTuple_GET_ITEM() on a StructTimeType.
PyStructSequence_GET_ITEM() must be used instead of PyTuple_GET_ITEM() on a StructTimeType.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting merge
label
vstinner
merged commit
1cdfcfc
into
python:master
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
time_structseq
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment