mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
The qstr window size is not log-2 encoded, it's just the actual number (but in mpy-tool.py this didn't lead to an error because the size is just used to truncate the window so it doesn't grow arbitrarily large in memory). Addresses issue #4635.