https://bugzilla.redhat.com/show_bug.cgi?id=1981978



--- Comment #8 from Scott Talbert <[email protected]> ---
(In reply to woodhead from comment #7)
> suggestion: I would like to share a incompatible point between sip6 and sip5
> according to my usage of sip5 and sip6 on fc35.
> For example, the `enum DataType{ intType, floatType }' defined in a C++
> namespace, say `foo'. The enum's elements are mapped to a global python
> object named `foo', with sip5. And you can use foo.intType in python. While
> with sip6, such a usage is invalid in python, and you have to use
> foo.DataType.intType to refer to the same value. It seems not select-able
> between the two fashions in sip6.

It's probably best to take your concern upstream (the PyQt mailing list is
probably the best place):
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1981978
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to