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
This is very similar to #156537. It removes the overhead of a cross boundary call per each char write. This change applies the same fix to a second call site in Modules/cjkcodecs/multibytecodec.c.
This is very similar to #156537. It removes the overhead of a cross boundary call per each char write. This change applies the same fix to a second call site in
Modules/cjkcodecs/multibytecodec.c.PR is already prepared.
Linked PRs