Message4510

Author kfitch42
Recipients billiejoex, kfitch42, pjenvey
Date 2009-04-15.03:41:35
SpamBayes Score 6.2271816e-08
Marked as misclassified No
Message-id <1239766895.39.0.342182023217.issue1312@psf.upfronthosting.co.za>
In-reply-to
Content
On a side note: did you tweak anything to deal with the partial support
for ipv6. I get an assertion failure:
Traceback (most recent call last):
  File "test/test_ftpd.py", line 94, in <module>
    SUPPORTS_IPV6 = socket.has_ipv6 and try_address('::1',
family=socket.AF_INET6)
  File "test/test_ftpd.py", line 85, in try_address
    s = socket.socket(family, socket.SOCK_STREAM)
  File "test/test_ftpd.py", line 85, in try_address
    s = socket.socket(family, socket.SOCK_STREAM)
  File "/home/kfitch/jython/dist/Lib/socket.py", line 1070, in __init__
    _sock = _realsocket(family, type, proto)
  File "/home/kfitch/jython/dist/Lib/socket.py", line 549, in _realsocket
    assert family == AF_INET, "Only AF_INET sockets are currently
supported on jython"
AssertionError: Only AF_INET sockets are currently supported on jython


See Issue1210.
History
Date User Action Args
2009-04-15 03:41:35kfitch42setmessageid: <1239766895.39.0.342182023217.issue1312@psf.upfronthosting.co.za>
2009-04-15 03:41:35kfitch42setrecipients: + kfitch42, pjenvey, billiejoex
2009-04-15 03:41:35kfitch42linkissue1312 messages
2009-04-15 03:41:35kfitch42create