Uh oh!
There was an error while loading. Please reload this page.
GH-145247: Use _PyTuple_FromPair in Modules(2) - #148003
Conversation
picnixz
left a comment
There was a problem hiding this comment.
Why two PRs for extension modules? Make it one instead please. And then you'll just wait for maintainers to acknowledge their owned part.
sergey-miryanov
commented
Apr 2, 2026
I'm OK to merge them into one PR if it's more preferable. As I answered in the first PR it is suggested by @vstinner |
picnixz
left a comment
There was a problem hiding this comment.
Ok for SSL (and probably ok for posix/select/signal/socket though I'm not a codeowner).
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>
…ey-miryanov/cpython into feat/145247-pytuple-from-pair-use-5
vstinner
commented
Apr 2, 2026
It's hard for me to review carefully a PR which changes too many files. So I gave an arbitrary limit of 10 files per PR. Changes replacing |
Uh oh!
There was an error while loading. Please reload this page.
sergey-miryanov
commented
Apr 3, 2026
Thanks all! |
…8003) Co-authored-by: Victor Stinner <vstinner@python.org>
Second PR for usage of the _PyTuple_FromPair[Steal] in Modules
PyTuple_FromPair#145247