Cpython

when in doubt check https://devguide.python.org/

Links

for codebase setup in windows wsl2 doesn't work atleast for me .use cmd/powershell

build

PCbuild\build.bat -c Debug

run debug build

PCbuild\amd64\python_d.exe

Etiquette

  • Always run a smoke test with minimum reproducible

extending the python language

https://pythonextensionpatterns.readthedocs.io/en/latest/