fix ASCII compatibility check in __Pyx_init_sys_getdefaultencoding_params():...
fix ASCII compatibility check in __Pyx_init_sys_getdefaultencoding_params(): strncmp() stops at first NUL byte which is the first byte in this case (i.e. no comparison is done at all)
Showing
Please register or sign in to comment