Mercurial > hg-stable
diff i18n/pt_BR.po @ 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 | d4ba4d51f85f |
children | 6e7ae547e38d |