Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
examples/python/
-
python/
-
pytracer.py
Hide Panel
f
Keyboard Reference
?
Differential
D59588
Python 2/3 compat: iteritems vs items
Closed
Public
Authored by
serge-sans-paille
on Mar 20 2019, 12:31 AM.
Download Raw Diff
Details
Reviewers
michaelplatings
labath
Commits
rGce54fa1855be: Workaround items/iteritems difference between Python2 and Python3
rL356673: Workaround items/iteritems difference between Python2 and Python3
rLLDB356673: Workaround items/iteritems difference between Python2 and Python3
Diff Detail
Repository
rLLDB LLDB
Event Timeline
serge-sans-paille
created this revision.
Mar 20 2019, 12:31 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Mar 20 2019, 12:31 AM
Herald
added subscribers:
lldb-commits
,
jdoerfert
.
·
View Herald Transcript
labath
accepted this revision.
Mar 20 2019, 5:32 AM
This revision is now accepted and ready to land.
Mar 20 2019, 5:32 AM
Closed by commit
rLLDB356673: Workaround items/iteritems difference between Python2 and Python3
(authored by
serge_sans_paille
).
·
Explain Why
Mar 21 2019, 7:46 AM
This revision was automatically updated to reflect the committed changes.