We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running bytes(-1) from the REPL or a script stops the microbit responding, presumably due to MicroPython crashing.
bytes(-1)
Python3 gives the ValueError: negative count exception, and python 2 gives -1.
ValueError: negative count
-1
The text was updated successfully, but these errors were encountered:
This was fixed some time ago upstream in micropython/micropython@4e46908
It might eventually find its way to this repo...
Sorry, something went wrong.
No branches or pull requests
Running
bytes(-1)
from the REPL or a script stops the microbit responding, presumably due to MicroPython crashing.Python3 gives the
ValueError: negative count
exception, and python 2 gives-1
.The text was updated successfully, but these errors were encountered: