gh-122361: Use proper PyUnicodeWriter_* API in constevaluator_call#122362
gh-122361: Use proper PyUnicodeWriter_* API in constevaluator_call#122362sobolevn merged 2 commits intopython:mainfrom
PyUnicodeWriter_* API in constevaluator_call#122362Conversation
picnixz
left a comment
There was a problem hiding this comment.
How much is the overhead of using the public API instead of the (slightly, or perhaps more) faster private API?
JelleZijlstra
left a comment
There was a problem hiding this comment.
Thanks, thought I got all the warnings.
Oups, sorry, @picnixz, I missed this question! |
|
No worry (I also don't think it matters (I didn't know in which context it was being used actually)) |
_PyUnicodeWriter*is passed wherePyUnicodeWriter*is expected #122361