Mercurial > hg
comparison mercurial/ui.py @ 46891:c6ceb5f27f97
rust: Remove use of `py.eval()`
The previous Rust code allocated an intermediate `Vec`, converted that
to a Python list, then used `eval` to run Python code that converts that
list to a Python set.
rust-cpython exposes Rust bindings for Python sets, let’s use that instead
to construct a set directly.
Differential Revision: https://phab.mercurial-scm.org/D10328
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Thu, 08 Apr 2021 14:38:27 +0200 |
parents | 395cf404e76a |
children | 33524c46a092 |
comparison
equal
deleted
inserted
replaced
46890:441024b279a6 | 46891:c6ceb5f27f97 |
---|