diff setup.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 ed286d150aa8
children 8d2b62d716b0
line wrap: on
line diff