next up previous contents
Next: Patched functions Up: Caveats Previous: Caveats   Contents


Known bugs

Apart from speed, functions are supposed to run identically under Psyco and under Python, with the following known exceptions: (in frame objects) f_back f_code f_globals f_locals (exception) KeyboardInterrupt

At other points, Psyco makes assumptions that may be wrong (and will cause damage if they turn out to be): (module) rexec

Some minor points:


next up previous contents
Next: Patched functions Up: Caveats Previous: Caveats   Contents
2011-11-26