sapling/eden/scm/edenscm/mercurial/cext
Mateusz Kwapich 455fdf8461 py3/cext: be PY_SSIZE_T_CLEAN
Summary:
This is optional for Python 3.6. But Python 3.8 shows a warning at runtime
without the fix.

Reviewed By: quark-zju

Differential Revision: D19581191

fbshipit-source-id: a47453f2fab92faeb6597900b9c38d1239d5ed79
2020-01-28 10:46:33 -08:00
..
__init__.py Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
base85.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
bdiff.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
charencode.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
charencode.h Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
diffhelpers.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
dirs.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
manifest.c py3/cext: be PY_SSIZE_T_CLEAN 2020-01-28 10:46:33 -08:00
mpatch.c Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
osutil.c py3/cext: be PY_SSIZE_T_CLEAN 2020-01-28 10:46:33 -08:00
parsers.c py3/cext: be PY_SSIZE_T_CLEAN 2020-01-28 10:46:33 -08:00
pathencode.c py3/cext: pathencode: use unicode paths 2020-01-28 10:35:29 -08:00
README.md Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
revlog.c py3/cext: be PY_SSIZE_T_CLEAN 2020-01-28 10:46:33 -08:00
util.h Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00
xdiff.c py3/cext: be PY_SSIZE_T_CLEAN 2020-01-28 10:46:33 -08:00

cext

Native code used by core Mercurial (not extensions), that depends on Python, lives here.

See also hgext/extlib/README.md, lib/README.md.