.gitattributes
.gitignore
.readthedocs.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README-gdb.md
README.md
azure-pipelines.yml
gdb-py.test
setup.py
azure-templates/ccache.yml
azure-templates/cppcheck.yml
azure-templates/python.yml
docs/Makefile
docs/api.md
docs/api.rst
docs/conf.py
docs/index.rst
docs/leysin-2020-design-decisions.md
docs/module-state.txt
docs/overview.rst
docs/porting-guide.rst
docs/requirements.txt
docs/xxx-unsorted-notes.txt
docs/_static/README.txt
docs/_templates/README.txt
docs/api-reference/argument-parsing.rst
docs/api-reference/index.rst
docs/examples/setup.py
docs/examples/simple.c
hpy.egg-info/PKG-INFO
hpy.egg-info/SOURCES.txt
hpy.egg-info/dependency_links.txt
hpy.egg-info/entry_points.txt
hpy.egg-info/requires.txt
hpy.egg-info/top_level.txt
hpy/debug/__init__.py
hpy/debug/leakdetector.py
hpy/debug/pytest.py
hpy/debug/src/_debugmod.c
hpy/debug/src/autogen_debug_ctx_call.i
hpy/debug/src/autogen_debug_ctx_init.h
hpy/debug/src/autogen_debug_wrappers.c
hpy/debug/src/debug_ctx.c
hpy/debug/src/debug_ctx_cpython.c
hpy/debug/src/debug_ctx_not_cpython.c
hpy/debug/src/debug_handles.c
hpy/debug/src/debug_internal.h
hpy/debug/src/include/hpy_debug.h
hpy/devel/__init__.py
hpy/devel/version.py
hpy/devel/include/hpy.h
hpy/devel/include/common/autogen_hpyfunc_declare.h
hpy/devel/include/common/autogen_hpyslot.h
hpy/devel/include/common/autogen_impl.h
hpy/devel/include/common/cpy_types.h
hpy/devel/include/common/hpydef.h
hpy/devel/include/common/hpyfunc.h
hpy/devel/include/common/hpymodule.h
hpy/devel/include/common/hpytype.h
hpy/devel/include/common/implementation.h
hpy/devel/include/common/macros.h
hpy/devel/include/common/version.h
hpy/devel/include/common/runtime/argparse.h
hpy/devel/include/common/runtime/ctx_call.h
hpy/devel/include/common/runtime/ctx_listbuilder.h
hpy/devel/include/common/runtime/ctx_module.h
hpy/devel/include/common/runtime/ctx_object.h
hpy/devel/include/common/runtime/ctx_tracker.h
hpy/devel/include/common/runtime/ctx_tuple.h
hpy/devel/include/common/runtime/ctx_tuplebuilder.h
hpy/devel/include/common/runtime/ctx_type.h
hpy/devel/include/cpython/autogen_hpyfunc_trampolines.h
hpy/devel/include/cpython/hpy.h
hpy/devel/include/cpython/hpyfunc_trampolines.h
hpy/devel/include/universal/autogen_ctx.h
hpy/devel/include/universal/autogen_hpyfunc_trampolines.h
hpy/devel/include/universal/autogen_trampolines.h
hpy/devel/include/universal/hpy.h
hpy/devel/include/universal/hpyfunc_trampolines.h
hpy/devel/src/runtime/argparse.c
hpy/devel/src/runtime/ctx_call.c
hpy/devel/src/runtime/ctx_listbuilder.c
hpy/devel/src/runtime/ctx_module.c
hpy/devel/src/runtime/ctx_object.c
hpy/devel/src/runtime/ctx_tracker.c
hpy/devel/src/runtime/ctx_tuple.c
hpy/devel/src/runtime/ctx_tuplebuilder.c
hpy/devel/src/runtime/ctx_type.c
hpy/tools/include_path.py
hpy/tools/autogen/__main__.py
hpy/tools/autogen/autogenfile.py
hpy/tools/autogen/ctx.py
hpy/tools/autogen/debug.py
hpy/tools/autogen/hpyfunc.py
hpy/tools/autogen/hpyslot.py
hpy/tools/autogen/parse.py
hpy/tools/autogen/public_api.h
hpy/tools/autogen/pypy.py
hpy/tools/autogen/trampolines.py
hpy/tools/autogen/testing/__init__.py
hpy/tools/autogen/testing/test_autogen.py
hpy/tools/autogen/testing/test_hpyfunc.py
hpy/tools/valgrind/hpy.supp
hpy/tools/valgrind/python.supp
hpy/universal/src/api.h
hpy/universal/src/autogen_ctx_call.i
hpy/universal/src/autogen_ctx_def.h
hpy/universal/src/ctx.c
hpy/universal/src/ctx_meth.c
hpy/universal/src/ctx_meth.h
hpy/universal/src/ctx_misc.c
hpy/universal/src/ctx_misc.h
hpy/universal/src/handles.h
hpy/universal/src/hpymodule.c
hpy/universal/src/misc_win32.h
microbench/README.md
microbench/_valgrind_build.py
microbench/conftest.py
microbench/pytest_valgrind.sh
microbench/setup.py
microbench/test_microbench.py
microbench/src/cpy_simple.c
microbench/src/hpy_simple.c
proof-of-concept/Makefile
proof-of-concept/pof.c
proof-of-concept/requirements.txt
proof-of-concept/setup.py
proof-of-concept/test_pof.py
proof-of-concept/test_pof.sh
proof-of-concept/pofpackage/foo.c
test/__init__.py
test/check_py27_compat.py
test/conftest.py
test/support.py
test/test_00_basic.py
test/test_argparse.py
test/test_call.py
test/test_cpy_compat.py
test/test_hpybytes.py
test/test_hpydict.py
test/test_hpyerr.py
test/test_hpylist.py
test/test_hpylong.py
test/test_hpytuple.py
test/test_hpytype.py
test/test_hpyunicode.py
test/test_importing.py
test/test_number.py
test/test_object.py
test/test_slots.py
test/test_support.py
test/test_tracker.py
test/debug/test_handles.py