load(src); if (freesrc) SDL_RWclose(src); return image; } if ( freesrc ) { SDL_RWclose(src); } IMG_SetError("Unsupported image format"); return NULL; } It looks like it goes through all the image type detection functions one after the other whether you provide a type hint or ...
As discussed in #1928, arbitrary arguments passed via --global-option should be placed before the name of the setuptools' internal command, while --build-option should come after. Users can pass editable-mode=strict to select a strict behaviour for the editable installation. #3392: Exposed get...