pyclewn version: 1.6
tracker id: 3344529
mercurial changeset: 0fd0aae3d338

Description:

    To reproduce the problem setup an array of 500 integers as a
    watched variable, initialize the array, unfold the array, and run
    the ``step`` command.  Pyclewn uses 100% cpu for a long time (few
    minutes) while updating the highlighting of each element.


Solution:

    This is a bug in the ``difflib`` package of the Python Standard
    Library, see http://bugs.python.org/issue6931

    As suggested in the Python bug report, the solution is to use a
    ``unified diff`` instead of a ``Differ-style diff``.


Files:

    netbeans.py misc.py

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to