psyco

Why not always use psyco for Python code?

天涯浪子 提交于 2019-11-27 10:29:36
问题 psyco seems to be quite helpful in optimizing Python code, and it does it in a very non-intrusive way. Therefore, one has to wonder. Assuming you're always on a x86 architecture (which is where most apps run these days), why not just always use psyco for all Python code? Does it make mistakes sometimes and ruins the correctness of the program? Increases the runtime for some weird cases? Have you had any negative experiences with it? My most negative experience so far was that it made my code