Skip to content
Snippets Groups Projects
Commit 0dc5b3d5 authored by David Gobbi's avatar David Gobbi Committed by Lucas Givord
Browse files

Python char conversion enforces string length of 1

Previously, it was possible to pass '' (empty string), or a string
of any length if the second character was null.  Now the length of
the string is strictly enforced to be one.

(cherry picked from commit 119455c8)
parent cf842e69
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment