]> granicus.if.org Git - python/commit
check_events(): This was failing under -O, due to not expecting any
authorTim Peters <tim.peters@gmail.com>
Fri, 16 Aug 2002 02:27:15 +0000 (02:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 16 Aug 2002 02:27:15 +0000 (02:27 +0000)
commit80703c89308a2adbdece4c8c044e7ba4d3069f91
tree29613cecabfb191ae8f3d06b41c15f8c87669159
parent63dd79ac047c6a1d312261470f8eabc97210b42d
check_events():  This was failing under -O, due to not expecting any
LINE events when not __debug__.  But we get them anyway under -O now,
so just stop special-casing non-__debug__ mode.
Lib/test/test_hotshot.py