sapling/eden/scm/lib/cpython-ext
Mark Thomas 6b8042662a cpython_ext: rename PyPath to PyPathBuf
Summary:
`PyPath` is the type that owns the data.  Rename it to `PyPathBuf` for analogy
with `PathBuf` and `RepoPathBuf`, and to allow us to introduce a reference type
named `PyPath`.

Reviewed By: xavierd

Differential Revision: D19643797

fbshipit-source-id: 56d80fea5677f7223e967b0723039d1763b26f68
2020-01-30 11:06:24 -08:00
..
src cpython_ext: rename PyPath to PyPathBuf 2020-01-30 11:06:24 -08:00
Cargo.toml rust-cpython: allow compilation for both py2 and py3 2020-01-28 20:17:20 -08:00