pyclewn version: 1.9 tracker id: 3602989 mercurial changeset: b82c2bcebd79
Description: pdb, the python debugger from the Python standard library, has some long standing bugs. pdb is slow, up to a hundred times slower than the interpreter, too slow to be useful in many cases. Solution: Replace pdb with http://code.google.com/p/pdb-clone/. pdb-clone is included in the pyclewn distribution. In the Pystone benchmark with one breakpoint set at main, pyclewn runs now at twice the speed of the interpreter while pdb, the debugger distributed with Python, runs at more than 70 times the speed of the interpreter. Files: setup.py pydb.py vim.py ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
