Mercurial > hg
comparison setup.py @ 43208:1ca3823aeefd
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.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 13 Oct 2019 16:55:17 +0900 |
parents | 2372284d9457 |
children | c3e10f705a6c |
comparison
equal
deleted
inserted
replaced
43207:4aa9f3a1c1df | 43208:1ca3823aeefd |
---|