optimize all_name_chars (#3442)
Remove redundant PyUnicode_Check call. Use a static table for checking chars.
Showing
Please register or sign in to comment
Remove redundant PyUnicode_Check call. Use a static table for checking chars.