-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py3: finite state machines #27679
Comments
Branch: u/dkrenn/fsm-py3 |
Commit: |
comment:2
Py3 issues fixed New commits:
|
Dependencies: #27667 |
comment:3
The output seems to be unstable in Python3, therefore a sorting is introduced. This is kind of cheap as the strings of the keys are determined anyway.
Non-Py3 related.
This seems to be indeed the reason of https://www.python.org/dev/peps/pep-0479/#rationale, although in our case it was used intentional. However, after reading the PEP, the current behavior for |
comment:4
LGTM (there is no way I see the failure on the patchbot as being related to this ticket). Frédéric, I am cc-ing you just so you are aware of this ticket. |
Reviewer: Travis Scrimshaw |
Changed branch from u/dkrenn/fsm-py3 to |
Fix the remaining Py3 issues in sage.combinat.finite_state_machine
Depends on #27667
CC: @fchapoton
Component: python3
Author: Daniel Krenn
Branch/Commit:
3b1d45f
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/27679
The text was updated successfully, but these errors were encountered: