.arcconfig
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Oct 2019 16:55:17 +0900
changeset 43208 1ca3823aeefd
parent 33583 b2c27d84f05c
child 44128 ff396501e841
permissions -rw-r--r--
rust-cpython: add wrapper around decapsule_make_dirstate_tuple() There are a couple of safety issues. First, the returned function pointer must be unsafe. Second, its return value must be a raw pointer (i.e. python27_sys::PyObject), not a cpython::PyObject. The wrapper function will address these issues.

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}