This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author donmez
Recipients donmez
Date 2008-07-12.10:24:49
SpamBayes Score 0.0005086472
Marked as misclassified No
Message-id <1215858291.72.0.125159107057.issue3346@psf.upfronthosting.co.za>
In-reply-to
Content
This is a rather new regression:

test_ossaudiodev
test test_ossaudiodev failed -- Traceback (most recent call last):
  File "/home/cartman/Sources/py3k/Lib/test/test_ossaudiodev.py", line
146, in test_playback
    self.play_sound_file(*sound_info)
  File "/home/cartman/Sources/py3k/Lib/test/test_ossaudiodev.py", line
66, in play_sound_file
    setattr(dsp, attr, 42)
AttributeError: 'ossaudiodev.oss_audio_device' object has no attribute
'closed'
History
Date User Action Args
2008-07-12 10:24:52donmezsetspambayes_score: 0.000508647 -> 0.0005086472
recipients: + donmez
2008-07-12 10:24:51donmezsetspambayes_score: 0.000508647 -> 0.000508647
messageid: <1215858291.72.0.125159107057.issue3346@psf.upfronthosting.co.za>
2008-07-12 10:24:50donmezlinkissue3346 messages
2008-07-12 10:24:50donmezcreate