bpo-44231: Remove _PyTuple_FromArray from the public C API#26352
Conversation
|
I'm not sure if this calls for a NEWS item. Gut feeling says yes :) @pablogsal |
It won't hurt, but notice this function is not exposed in the public headers (is in |
Great, thanks Pablo! :) |
There was no NEWS entry when it was introduced. That does not imply that we shouldn't include one now, but I believe it's best to keep this strictly internal; a NEWS item may be more confusing than useful in this case. |
|
Merged. I changed the commit message. It's still part of the internal C API, it's just that the symbol is no longer exported. |
You must not document changes in the internal C API. People must not use it outside CPython. If they use it, they are on their own. |
Aye! Thanks for reviewing! |
https://bugs.python.org/issue44231