Uh oh!
There was an error while loading. Please reload this page.
GH-145247: Implement _PyTuple_FromPair - #145325
Conversation
eendebakpt
left a comment
There was a problem hiding this comment.
To minor comments on the test, but overall this looks good!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
sergey-miryanov
commented
Mar 5, 2026
@eendebakpt@vstinner Thanks for review! Could you please take another look? |
johnslavik
left a comment
There was a problem hiding this comment.
I'll try to take a closer look soon.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
sergey-miryanov
commented
Mar 9, 2026
@markshannon Could you please take a look? |
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Mar 10, 2026
Merged, thanks. |
Implement _PyTuple_FromPair() and _PyTuple_FromPairSteal(). Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
PyTuple_FromPair#145247