yes: remove cfg & move ownership of buffer to fn exec#12095
yes: remove cfg & move ownership of buffer to fn exec#12095oech3 wants to merge 1 commit intouutils:mainfrom
Conversation
|
GNU testsuite comparison: |
|
Sorry I thought you wanted to merge #11458 before |
|
No problem. Easy to rebase. |
a8ca52c to
f706e97
Compare
|
|
"grow" doesn't suggest to me the buffer is written, how about |
|
How about |
|
Let's make it clear before we make it short. |
|
It sometimes does not exactly fit to capacity. But OK. |
Yes, and that's a detail you get upon read the docstring, which is fine. |
bufferis never used after fn exec. So move ownership.Required for #11458 to extract len() before growing it.