You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An educated guess would be that the parameterized arguments end up in the os.environ in some way, and that fails when the string contains embedded null-bytes. This was exposed with the above mentioned commit changing how strings were escaped and cleaned.
The text was updated successfully, but these errors were encountered:
This was introduced by #2734, and released in 3.3 (specifically 78a027e)
Repro:
Error:
An educated guess would be that the parameterized arguments end up in the os.environ in some way, and that fails when the string contains embedded null-bytes. This was exposed with the above mentioned commit changing how strings were escaped and cleaned.
The text was updated successfully, but these errors were encountered: