-
Bug
-
Resolution: Fixed
-
Normal
-
2.4.0b1
-
None
The guess format fallback in File._load_check is currently broken by design.
Yes, it allows loading some files. But the original File object still stays the same, and it also results in two file objects confusing the pending files counter.
The correct way to handle this would be to remove the currently loaded file and inject the file again with the new File implementation into the loading queue.