Skip to content

iteritems bug fix#28

Closed
ncullen93 wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
ncullen93:iteritems-py3-bug
Closed

iteritems bug fix#28
ncullen93 wants to merge 2 commits intoInsightSoftwareConsortium:masterfrom
ncullen93:iteritems-py3-bug

Conversation

@ncullen93
Copy link
Copy Markdown

Fixes a crash on python3.

iteritems() for dict was removed in python3, and for python2 iteritems() doesnt provide any benefit over items() since the dictionary here is so small.

Thanks

@ncullen93 ncullen93 closed this Jul 23, 2017
hjmjohnson pushed a commit to hjmjohnson/ITK that referenced this pull request Apr 19, 2026
hjmjohnson pushed a commit to hjmjohnson/ITK that referenced this pull request Apr 19, 2026
ENH: Build Python package and CI against ITK 5.1.0
hjmjohnson pushed a commit to hjmjohnson/ITK that referenced this pull request Apr 19, 2026
hjmjohnson pushed a commit to hjmjohnson/ITK that referenced this pull request Apr 22, 2026
…wBuildingExamples

ENH: Allow building examples.
hjmjohnson pushed a commit to hjmjohnson/ITK that referenced this pull request Apr 22, 2026
…wBuildingExamples

ENH: Allow building examples.
hjmjohnson pushed a commit that referenced this pull request Apr 25, 2026
COMP: fixing Linux compile error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant