Hi Frederic,
My opinion is that if there is a single non-ambiguous canonical
parent, then yes. In the case of polynomial rings I think that the
priority is to fix the following kind of non-commutativity in coercion
```
sage: cm = get_coercion_model()
sage: cm.common_parent(QQ['x,y'], QQ['y,x'])
Multivariate Polynomial Ring in x, y over Rational Field
sage: cm.common_parent(QQ['y,x'], QQ['x,y'])
Multivariate Polynomial Ring in y, x over Rational Field
```
This concerns also your use case,in what order will you put variables
in the resulting polynomial ring?
Best
Vincent
PS: one also need to pay attention to monomial ordering
> --
> You received this message because you are subscribed to the Google Groups "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-devel+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/130fadf1-6308-4d6b-8607-a0f6ca22d76bn%40googlegroups.com.