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

Conversation

robertsipka
Copy link
Contributor

@robertsipka robertsipka commented Nov 15, 2024

The default value for length parameter in to_bytes was added in Python version 3.11. This small fix ensures the compatibility with older Python3 versions.

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 robertsipka added this to the Release 3.0.0 milestone Nov 15, 2024
@robertsipka robertsipka added debugger Related to the debugger bug Undesired behaviour labels Nov 15, 2024
@robertsipka robertsipka self-assigned this Nov 15, 2024
@ossy-szeged ossy-szeged merged commit 38e05b4 into jerryscript-project:master Nov 15, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour debugger Related to the debugger
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants