<div dir="ltr">Hello,<br>I'm currently working on an application that sends some requests using PyQt, but multipart formdata post requests are giving me trouble.<br><br>Get requests and simple post requests (with just binary data as body) work without any problems, but requests that contain QHttpMultiPart as body crash Python with the following:<br>fish: Job 1, 'pipenv run python post.py' terminated by signal SIGSEGV (Address boundary error)<br><br>I'm using PyQt5 with Python 3.11.5, but the same issue occurs in PyQt6 as well.<br>You can find a minimal example attached, if anyone would like to test this for themselves.<br><br>Any ideas why this program crashes?<br><br>All the best,<br>Simon Leitgeb<br></div>