jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.96k stars 673 forks source link

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

Closed robertsipka closed 1 week ago

robertsipka commented 1 week ago

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.