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
[Python] Drop unnecessary null termination (#33915)
The ctypes data type `c_char_p` takes care of null-terminating the byte
array provided to it. The additional null termination doesn't hurt in
practice, but it's unnecessary.
0 commit comments