pythran: initial support (#6197)

Pythran is a python to c++ transpiler.
Our supports both the C++ and the full link to a share library (a python
module).

See https://pypi.org/project/pythran/ for more information.

fixes #6079

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
This commit is contained in:
Marc Poulhiès
2024-02-28 16:38:03 +01:00
committed by GitHub
parent 02d2194004
commit 8e6c90d137
4 changed files with 69 additions and 1 deletions

1
.github/labeler.yml vendored
View File

@@ -291,6 +291,7 @@
- changed-files:
- any-glob-to-any-file:
- 'lib/compilers/python.ts'
- 'lib/compilers/pythran.ts'
- 'etc/config/python.*.properties'
'lang-racket':