This is an archive of the discontinued Mercurial Phabricator instance.

fuzz: fix test-fuzz-targets.t to run with python3
ClosedPublic

Authored by spectral on Dec 10 2019, 7:23 PM.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

spectral created this revision.Dec 10 2019, 7:23 PM
pulkit accepted this revision.Dec 11 2019, 5:47 AM
This revision is now accepted and ready to land.Dec 11 2019, 5:47 AM
This revision was automatically updated to reflect the committed changes.
mharbison72 added inline comments.
contrib/fuzz/mpatch_corpus.py
53

Doesn't __repr__ have to return str on py3? It looks like there are few other instances of this.

pulkit added inline comments.Dec 11 2019, 10:33 AM
contrib/fuzz/mpatch_corpus.py
53

ha, yep. @spectral can you send a follow-up for this?