Skip to content

GH-145247: Use _PyTuple_FromPair in Modules(1) - #148000

Merged
vstinner merged 2 commits into
python:mainfrom
sergey-miryanov:feat/145247-pytuple-from-pair-use-4
Apr 2, 2026
Merged

GH-145247: Use _PyTuple_FromPair in Modules(1)#148000
vstinner merged 2 commits into
python:mainfrom
sergey-miryanov:feat/145247-pytuple-from-pair-use-4

Conversation

@sergey-miryanov

@sergey-miryanovsergey-miryanov commented Apr 2, 2026

Copy link
Copy Markdown
Contributor

First PR for usage of the _PyTuple_FromPair[Steal] in Modules

Comment threadModules/_pickle.c
Comment threadModules/_pickle.c
@picnixz

This comment was marked as resolved.

@sergey-miryanov

This comment was marked as resolved.

@picnixz

This comment was marked as resolved.

@sergey-miryanov

This comment was marked as resolved.

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, with a minor coding style request.

Comment threadModules/_decimal/_decimal.c
Comment threadModules/_pickle.c
Comment threadModules/_pickle.c

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner
vstinner merged commit 0c10066 into python:mainApr 2, 2026
52 checks passed
@sergey-miryanov

Copy link
Copy Markdown
ContributorAuthor

Thanks!

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@sergey-miryanov@picnixz@vstinner