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.
|
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).
Co-authored-by: Victor Stinner <vstinner@python.org>
…ey-miryanov/cpython into feat/145247-pytuple-from-pair-use-5
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 |
Second PR for usage of the _PyTuple_FromPair[Steal] in Modules
PyTuple_FromPair#145247