First issue is the 'next' iteration method which has changed its
name to '_next_'. The another is the division method, where it
requires to use the floor division so iteration converge.
Details
Details
- Reviewers
echristo EricWF saugustine
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I checked it with a gdb built against python 2.7.2 and python 3.7.4. I still seeing some issue on the arm bot, but I think it is unrelated to the python3 support now.