Cpython
when in doubt check https://devguide.python.org/
Links
- Source -> https://github.com/python/cpython/tree/main
- Internal Docs -> https://devguide.python.org/internals/ fun read to enjoy on leisure
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