]> granicus.if.org Git - python/commit
Do not expect line number events when running under "python -O".
authorFred Drake <fdrake@acm.org>
Thu, 18 Oct 2001 19:34:00 +0000 (19:34 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 18 Oct 2001 19:34:00 +0000 (19:34 +0000)
commitc10039c0110f75ceb0065df56a0409cc1e635958
treec1e9532234d91b49f162e4d8879d81d40d0673d0
parent397a654791e6bc8b108945e45e7d1393cc6f32d4
Do not expect line number events when running under "python -O".
The right fix is to generate line number events anyway ;-), but this will
have to do for now.
Lib/test/test_hotshot.py