kopia lustrzana https://github.com/pimoroni/pimoroni-pico
![]() Remove the finalizer from PNGDEC and JPEGDEC, since it was both redundant and actively harmful. The finalizer was just calling "close" which is unecessary since the file is closed automatically after opening/rendering and not left open. If a file did not exist and "open_file" bailed with ENOENT then it would be left in an unknown state, and the finalizer calling "close" would cause a hardlock. |
||
---|---|---|
.. | ||
jpegdec.c | ||
jpegdec.cpp | ||
jpegdec.h | ||
micropython.cmake |