Hi
is there any interest (or anyone has done it before), building the python interpreter using docker?

The basic idea is building the toolchain (gcc) and on top of that the python interpreter. On mac/linux it can build natively, but it can use docker to target linux from mac/windows.

Thanks