Make CPython implementation function type-correct, which removes UB from...
Make CPython implementation function type-correct, which removes UB from calling a function through a pointer of the wrong type, and also removes a C-style cast. PiperOrigin-RevId: 196428430
Loading
Please sign in to comment