<div dir="ltr">Hi,<div><br></div><div>Creating a QJsonValue using another QJsonValue currently segfaults for me in v5.14.1. Here's a quick snippet that reproduces the problem. </div><div><font face="monospace"><br></font></div><div><font face="monospace">from PyQt5.QtCore import QJsonValue<br></font><span style="font-family:monospace"><br># These segfault<br></span><span style="font-family:monospace">QJsonValue(QJsonValue(5))<br></span><span style="font-family:monospace">QJsonValue({"test": QJsonValue(5)})<br></span><span style="font-family:monospace"><br># These work fine<br></span><span style="font-family:monospace">QJsonValue(5)<br></span><span style="font-family:monospace">QJsonValue({"test2": 5})</span></div><div><br></div><div>Thanks,</div><div>Bryce</div></div>