~pythoneers/ubuntu/lucid/python2.7/ltsppa

« back to all changes in this revision

Viewing changes to Lib/test/test_trace.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-30 06:44:23 UTC
  • mfrom: (27.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110530064423-3w1ka5db2ddn48a3
Tags: 2.7.2~rc1-1
* Python 2.7.2 release candidate 1.
* Update libpython symbols file for m68k (Thorsten Glaser). Closes: #627458.
* Apply proposed patch for issue #670664. LP: #357067.

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
            (self.my_py_filename, firstlineno + 4): 1,
206
206
        }
207
207
 
208
 
        # When used through 'run', some other spurios counts are produced, like
 
208
        # When used through 'run', some other spurious counts are produced, like
209
209
        # the settrace of threading, which we ignore, just making sure that the
210
210
        # counts fo traced_func_loop were right.
211
211
        #