Skip to content

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

Merged
ossy-szeged merged 1 commit into
jerryscript-project:masterfrom
robertsipka:debugger_python3_support_fix
Nov 15, 2024
Merged

Minor fix to ensure Python 3 support in the debugger#5168
ossy-szeged merged 1 commit into
jerryscript-project:masterfrom
robertsipka:debugger_python3_support_fix

Conversation

@robertsipka

@robertsipka robertsipka commented Nov 15, 2024

Copy link
Copy Markdown
Contributor

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.

@robertsipka
robertsipka force-pushed the debugger_python3_support_fix branch from b0c5642 to c617fd5 Compare November 15, 2024 10:32
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 robert.sipka@h-lab.eu
@robertsipka
robertsipka force-pushed the debugger_python3_support_fix branch from c617fd5 to 0a07b94 Compare November 15, 2024 10:49
@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
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