Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to...
Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoMemory when PyMem_MALLOC() fails. It is not stritly necessary, the function may already return NULL without an exception set, for example when the file cannot be opened. Discussed with Benjamin Peterson.
Showing
Please register or sign in to comment