Mercurial > hg
comparison tests/test-filecache.py @ 42836:cd3b5be5515d
py3: for statprof's Chrome output, write json to string, then encode to bytes
`json.dump(obj, fp)` requires `fp.write()` to accept str output, and
since the file pointer we have there only accepts bytes, we need to
change to json.dumps() and then encode as utf-8. We have already done
the same thing for the json (non-Chrome) format in 4b7eb862692e (py3:
encode json output to bytes and use write(), 2018-10-12).
Differential Revision: https://phab.mercurial-scm.org/D6781
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 30 Aug 2019 15:30:47 -0700 |
parents | 7caf632e30c3 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
42835:db6d7cbda80b | 42836:cd3b5be5515d |
---|