On Fri, Dec 6, 2019 at 4:33 PM Yang Zhao <yang.zhao@xxxxxxxxxxxxxx> wrote: > This patchset adds python3 compatibility to git-p4. > > While some clean-up refactoring would have been nice, I specifically avoided > making any major changes to the internal API, aiming to have passing tests > with as few changes as possible. > > CI results can be seen from this GitHub PR: https://github.com/git/git/pull/673 Looks like p4 LFS tests are failing for python3. Looks like it's just more bytes vs str. Will have to enable LFS tests in my own environment. -- Yang Zhao