Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lldb/examples/python/
-
examples/
-
python/
-
jump.py
Hide Panel
f
Keyboard Reference
?
Differential
D59585
python 2/3 compat: int vs long
Closed
Public
Authored by
serge-sans-paille
on Mar 20 2019, 12:26 AM.
Download Raw Diff
Details
Reviewers
michaelplatings
labath
Commits
rGbfb779188ff0: Portable int/long conversion across Python 2 / Python 3
rL356671: Portable int/long conversion across Python 2 / Python 3
rLLDB356671: Portable int/long conversion across Python 2 / Python 3
Diff Detail
Repository
rLLDB LLDB
Event Timeline
serge-sans-paille
created this revision.
Mar 20 2019, 12:26 AM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Mar 20 2019, 12:26 AM
Herald
added subscribers:
lldb-commits
,
jdoerfert
.
·
View Herald Transcript
labath
accepted this revision.
Mar 20 2019, 5:30 AM
This revision is now accepted and ready to land.
Mar 20 2019, 5:30 AM
Closed by commit
rLLDB356671: Portable int/long conversion across Python 2 / Python 3
(authored by
serge_sans_paille
).
·
Explain Why
Mar 21 2019, 7:41 AM
This revision was automatically updated to reflect the committed changes.