Python compiles python extension files to DLLs directory in the package's tools folder which contains "Python Extensions Modules" that allows you to extend Python with C/C++. Python doesn't compile ...