Separate compiling and linking in pyc.py
description
Is there any chance of being able to separate the compiling and linking processes? So, you'd compile all the python standard library into a single DLL. You'd then link that into your current compiland. This would be far, far faster than the present method. And if SharpDevelop can do it, it is surely possible.