So it looks like upstream has no intention of supporting Python 3.12 in
Pyside2 (5.15.x series), only in Pyside6 which AFAIK requires Qt6.

https://bugreports.qt.io/browse/PYSIDE-2388

Porting is non-trivial and Python upstream does not provide a porting guide.

https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_AS_UNICODE

Says to replace PyUnicode_AS_UNICODE with PyUnicode_nBYTE_DATA which also
requires use of the KIND and READY functions.

So now what?

Thanks,
Richard
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to