Vincent Delecroix
Vincent Delecroix
Description changed: ``````diff --- +++ @@ -20,4 +20,4 @@ - #31224 surface-dynamics - #31235 sage-numerical-interactive-mip, cutgeneratingfunctionology - #31237 slabbe -- #31328 admcycles +- #31238 admcycles ``````
Description changed: ``````diff --- +++ @@ -22,4 +22,5 @@ - #31237 slabbe - #31238 admcycles - #31239 ore_algebra +- #31240 sage-flatsurf ``````
comment:4 https://github.com/conda-incubator/conda-press?
Sadly, `Words` are not parents.
Hmm. Misconception of mine: actually, they are ``` sage: isinstance(Words([0,1]), Parent) True ```
> Vincent, I suggest to keep `__mul__` as is and rather define the `__rmul__` method to solve this issue instead. This would only solve the issue with cython >= 3.0.0....
If this has to be fixed in sage, I would rather stick to something standard and existent in the Python world, namely either - [PEP 257](https://peps.python.org/pep-0257/) - or [Google style](https://google.github.io/styleguide/pyguide.html)...
> Actually I'm more in favour of treating `GF(p, n, ...)` as `GF((p, n), ...)`. I tend to agree but the (serious) drawback is an extra type checking and hence...
comment:7 Hello, I guess that you do not want to fix all of that in one ticket. One possibility is to use this one as a "task ticket" pointing to...