tostring() is deprecated as of python 3.7 and results in stderr output causing tests to fail
tests: Replace usage of tostring() with tobytes() #13963
pull dongcarl wants to merge 1 commits into bitcoin:master from dongcarl:python-deprecate-tostring changing 1 files +1 −1-
dongcarl commented at 2:08 AM on August 14, 2018: member
-
8845c8aea6
tests: Replace usage of tostring() with tobytes()
tostring() is deprecated as of python 3.7 and results in stderr output causing tests to fail
- fanquake added the label Tests on Aug 14, 2018
-
fanquake commented at 2:11 AM on August 14, 2018: member
utACK 8845c8a
tostring() was renamed to tobytes() in Python 3.2.
-
achow101 commented at 2:23 AM on August 14, 2018: member
utACK 8845c8aea65897637c330f5893461c0da180eaf8
-
domob1812 commented at 6:10 AM on August 14, 2018: contributor
utACK 8845c8aea65897637c330f5893461c0da180eaf8
-
laanwj commented at 7:41 AM on August 14, 2018: member
utACK 8845c8aea65897637c330f5893461c0da180eaf8, checked that this is the only case
- ken2812221 referenced this in commit 7ef60ce884 on Aug 14, 2018
- laanwj merged this on Aug 14, 2018
- laanwj closed this on Aug 14, 2018
- instagibbs referenced this in commit 609323f7b7 on Nov 27, 2018
- PastaPastaPasta referenced this in commit ebb0cdeed4 on May 26, 2021
- PastaPastaPasta referenced this in commit 9080d98b1a on Jun 27, 2021
- PastaPastaPasta referenced this in commit 36033cf27c on Jun 28, 2021
- PastaPastaPasta referenced this in commit f5ad28f16a on Jun 29, 2021
- PastaPastaPasta referenced this in commit dccd9fe471 on Jun 29, 2021
- PastaPastaPasta referenced this in commit 8fec059a22 on Jun 29, 2021
- PastaPastaPasta referenced this in commit d6da5776b4 on Jun 29, 2021
- PastaPastaPasta referenced this in commit b3dcecf7b5 on Jun 29, 2021
- PastaPastaPasta referenced this in commit aa5e2c2111 on Jul 1, 2021
- MarcoFalke locked this on Sep 8, 2021