You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve typing while calculating the new buffer len
`new_buffer_len` has `float` type, which is weird, even if it is handled
properly and converted when assigning to the buffer's `maxlen`. This
commit makes `new_buffer_len` always an `int` to make the intentions
more clear.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments