Skip to content

utf-8 encode before checking max size#6352

Open
guzzijones wants to merge 4 commits into
StackStorm:masterfrom
guzzijones:parameter_size
Open

utf-8 encode before checking max size#6352
guzzijones wants to merge 4 commits into
StackStorm:masterfrom
guzzijones:parameter_size

Conversation

@guzzijones

Copy link
Copy Markdown
Contributor

check size of bytes instead of length of string
fixed #6331

@pull-request-size pull-request-size Bot added the size/XS PR that changes 0-9 lines. Quick fix/merge. label Sep 8, 2025
@guzzijones guzzijones changed the title utf-8 encode before checking max size; black fixes utf-8 encode before checking max size Sep 8, 2025
@nzlosh nzlosh added this to the 3.10.0 milestone Sep 9, 2025
@pull-request-size pull-request-size Bot added size/XXL PR that changes 1000+ lines. You should absolutely split your PR into several. and removed size/XS PR that changes 0-9 lines. Quick fix/merge. labels Jul 22, 2026
@pull-request-size pull-request-size Bot added size/XS PR that changes 0-9 lines. Quick fix/merge. and removed size/XXL PR that changes 1000+ lines. You should absolutely split your PR into several. labels Jul 22, 2026
@guzzijones

Copy link
Copy Markdown
Contributor Author

ok this one is ready @nzlosh @skiedude

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS PR that changes 0-9 lines. Quick fix/merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

python_runner.py should check the utf8 length to determine when to use stdin for parameters.

2 participants