Skip to content
New issue

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

Minor fix to ensure Python 3 support in the debugger #5168

Commits on Nov 15, 2024

  1. Minor fix to ensure Python 3 support in the debugger

    The default value for length in to_bytes was added in Python version 3.11.
    This small fix ensures the compatibility with older Python3 versions.
    
    JerryScript-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
    robertsipka committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    0a07b94 View commit details
    Browse the repository at this point in the history