Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
[qa] py2: Unfiddle strings into bytes explicitly #7853
Conversation
laanwj
added
the
Tests
label
Apr 11, 2016
|
Awesome, this is the shittiest part of porting to Python 3. |
|
tACK faa41ee |
laanwj
merged commit faa41ee
into
bitcoin:master
Apr 14, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Apr 14, 2016
|
i noticed a new error when running
this makes the error go away, but is probably not what you want since it only undoes one of this PR's changes:
|
MarcoFalke
deleted the
MarcoFalke:Mf1604-qaBytes
branch
Apr 14, 2016
|
@mruddy Thanks for reporting, I will take a look... |
added a commit
to MarcoFalke/bitcoin
that referenced
this pull request
Apr 15, 2016
This was referenced Apr 19, 2016
added a commit
to zander/bitcoinclassic
that referenced
this pull request
Jun 16, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 11, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 12, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 13, 2016
added a commit
to sickpig/BitcoinUnlimited
that referenced
this pull request
Nov 14, 2016
added a commit
to str4d/zcash
that referenced
this pull request
Jan 31, 2017
str4d
referenced this pull request
in zcash/zcash
Jan 31, 2017
Merged
Add ZeroMQ notifications #2050
added a commit
to str4d/zcash
that referenced
this pull request
Feb 8, 2017
added a commit
to zcash/zcash
that referenced
this pull request
Feb 9, 2017
added a commit
to zcash/zcash
that referenced
this pull request
Feb 9, 2017
added a commit
to zcash/zcash
that referenced
this pull request
Feb 9, 2017
dagurval
referenced this pull request
in bitcoinxt/bitcoinxt
Aug 29, 2017
Merged
Python 3 for qa #257
added a commit
to codablock/dash
that referenced
this pull request
Sep 16, 2017
added a commit
to codablock/dash
that referenced
this pull request
Sep 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MarcoFalke commentedApr 10, 2016
This will explicitly mark most strings as bytes. (Required for py3)