Writing C extensions is a great optimization, but it is often a pain to have that platform specific code ported to another platforma (Windows/Linux/x86/x64..)
However, speeding up Python itself might lessen the need for 'monolithic' and platform specific extensions... Which is a very good thing.