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 gvanrossum
Recipients
Date 2000-08-29.15:51:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
We have a FreeBSD 4.1 system at BeOpen now, and when I build Python all tests succeed except for test_poll.  The error is this assert in test_poll1():

  assert len(buf) == MSG_LEN

When I add a print statement, len(buf) is zero.

Any suggestion as to what I should do next?
History
Date User Action Args
2007-08-23 13:50:10adminlinkissue213047 messages
2007-08-23 13:50:10admincreate