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

woodhead <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #7 from woodhead <[email protected]> ---
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.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
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