问题Is there a way to get the same sort of speedup on x64 architecture as you can get from psyco on 32 bit processors? 回答1:No, unfortunately, Psyco only runs on 32-bit x86 right now. 来源:https://stackoverflow.com/questions/381479/psyco-x64 标签 python psyco