[Python-Dev] Misc. warnings
Barry A. Warsaw
barry@python.org
Wed, 8 Jan 2003 09:01:24 -0500
BTW Greg, there's a problem with test_ossaudiodev -- it hangs quite
nicely when running "make test". When I kill it I get the following
traceback. No time for me to debug it right now...
-Barry
-------------------- snip snip --------------------
test_ossaudiodev
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 961, in ?
main()
File "./Lib/test/regrtest.py", line 259, in main
ok = runtest(test, generate, verbose, quiet, testdir)
File "./Lib/test/regrtest.py", line 389, in runtest
the_package = __import__(abstest, globals(), locals(), [])
File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 93, in ?
test()
File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 90, in test
play_sound_file(data, rate, ssize, nchannels)
File "/home/barry/projects/python/Lib/test/test_ossaudiodev.py", line 53, in play_sound_file
a.write(data)
KeyboardInterrupt
[85616 refs]
make: [test] Error 1 (ignored)