Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is there a particular reason why this and https://reviews.llvm.org/D55259 are separate patches?
Comment Actions
Is there a particular reason why this and https://reviews.llvm.org/D55259 are separate patches?
The Python 2/3 portability is a huge patch. I have split it in several micro-patch, one for each package/feature impacted. The underlying idea is that we can keep the discussions focus. This package should just be a renaming issue, while https://reviews.llvm.org/D55259 uses a higher level API than the one before.
Minor nit. Elsewhere (E.g. D55202 and D55200), the pattern:
is used, so for consistency I'd suggest doing the same here (it also has the nice property of implying that Python 3 should be the 'real' version).